COLOR #230121

HEX: #230121
RGB: (35,1,33)

Color info

#230121 contains red, green and blue colors in about the same proportion. Web safe color of #230121 is #330033 (or #303).

RGB color model

#230121 color RGB value is (35,1,33).

  • red value is 35;
  • green value is 1;
  • blue value is 33.
RGB:
(35,1,33)
(14%,0%,13%)

RGB channels and saturation

R 35 of 255 = 14%
G 1 of 255 = 0%
B 33 of 255 = 13%

35
1
33

R + G + B ~ 9%. #230121 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 1 + 33 = 69 (100%)
R 35 of 69 ~ 50.72%
G 1 of 69 ~ 1.45%
B 33 of 69 ~ 47.83%

%50.72
%47.83

CMYK color model

#230121 color CMYK value is (0,97,6,86).

  • cyan value is 0.00%
  • magenta value is 97.14%
  • yellow value is 5.71%
  • key color value is 86.27%
CMYK:
(0,97,6,86)
C0M97Y6K86 
(0%,97%,6%,86%)
(0.00/0.97/0.06/0.86)	

CMYK percentages

%0
%97.14
%5.71
%86.27

Codes

Color #230121 in popluar color models

230121
RGB35133
HSL304°94.44%7.06%
HSB/HSV304°97.14%13.73%
CMYK0.00%97.14%5.71%
86.27%

Color #230121 in popluar number systems.

HEX230121
Decimal35133
Binary1000111100001
Octal43141

Shades and tints

Shades of #230121

#230121
(35,1,33)
#20011E
(32,1,30)
#1D011B
(29,1,27)
#1A0118
(26,1,24)
#170115
(23,1,21)
#140112
(20,1,18)
#11010F
(17,1,15)
#0E010C
(14,1,12)
#0B0109
(11,1,9)
#080106
(8,1,6)
#050103
(5,1,3)
#000000
(0,0,0)

Tints of #230121

#230121
(35,1,33)
#371835
(55,24,53)
#4B2F49
(75,47,73)
#5F465D
(95,70,93)
#735D71
(115,93,113)
#877485
(135,116,133)
#9B8B99
(155,139,153)
#AFA2AD
(175,162,173)
#C3B9C1
(195,185,193)
#D7D0D5
(215,208,213)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #230121 color. Also use rgb(35,1,33) instead hex code.

Text Font Color

.myTextColor { color: #230121; }

<p style="color:#230121">This sample text font color is #230121.</p>

This text font color is #230121.


Background Color

.myBgColor { background-color: #230121; }

<div style="background-color:#230121">Inner text</div>

This div background color is #230121.


Border color

.myBorderColor { border: 1px solid #230121; }

<div style="border:3px solid #230121">Div</div>

This div border color is #230121.


Opacity

.myOpacity80 { color: #230121; opacity: 0.8; }

<p style="color:#230121;opacity:0.8;">80%</p>

Text with #230121 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #230121;}

<p style="text-shadow: 3px 3px 1px #230121">Text here.</p>

This text has shadow with #230121 color.

.textShadow {text-shadow: 3px 3px 1px #230121, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #230121, 5px 5px 20px red">Text here.</p>

This text has shadow with #230121 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#230121, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#230121, Direction=45, Strength=4)">Text</p>

This text has shadow with #230121 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #230121;
  -webkit-box-shadow:	1px 1px 3px 2px #230121;
  box-shadow:		1px 1px 3px 2px #230121;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #230121;
-webkit-box-shadow: 1px 1px 3px 2px #230121;
box-shadow:1px 1px 3px 2px #230121;">
Div content here</div>
This div box has shadow with color #230121.

Preview

Color preview on black background

This text has color #230121 on black background.


Color preview on white background

This text has color #230121 on white background.



Black color preview on #230121 background

This text has black color on #230121 background.


White color preview on #230121 background

This text has white color on #230121 background.