Html Css Color HEX #212123 Black Russian

📋 copy color: '#212123'

red 33 ◦ green 33 ◦ blue 35

#212123
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #212123

Tints of Black Russian #212123

RGB

 RED value IS 33 (13.28% from 255) = 32.67%

 GREEN value IS 33 (13.28% from 255) = 32.67%

 BLUE value IS 35 (14.06% from 255) = 34.65%

R = 32.67%
G = 32.67%
B = 34.65%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.86

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#212123 (or 0x212123) is known color: Black Russian. HEX triplet: 21, 21 and 23. RGB value is (33,33,35). Sum of RGB (Red+Green+Blue) = 33+33+35=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 35 - color contains mainly: blue. Hex color #212123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212123 is #DEDEDC. Grayscale: #212121. Windows color (decimal): -14606045 or 2302241. OLE color: 2302241.

HSL color Cylindrical-coordinate representation of color #212123: hue angle of 240º degrees, saturation: 0.03, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #212123 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 33 35 -
CMYK 0.06 0.06 0 0.86
HSL 240º 0.03% 0.13% -
HSV(B) 240º 0.06% 0.14% -
XYZ 1.47 1.53 1.81 -
YUV 33.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 33 33 35 0.06 0.06 0 0.86 240 0.03 0.13
Hex 21 21 23 6 6 0 56 F0 3 D
Octal 41 41 43 6 6 0 126 360 3 15
Binary 100001 100001 100011 110 110 0 1010110 11110000 11 1101

Color Harmonies of #212123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212123

Black with #212123

Text Example


Text Example

White with #212123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212123; }

 p { color: rgb(33,33,35); }

 H1.HeaderClassName
 {
   color: #212123;
 }
 .AnyTagClassName
 {
   color: #212123;
 }
</style>

background-color css

<style>
 a { background-color: #212123; }

 a { background-color: rgb(33,33,35); }

 div.DivClassName
 {
   background-color: #212123;
 }
 .BgClassName
 {
   background-color: #212123;
 }
</style>

border-color css

<style>
 span { border-color: #212123; }

 span { border-color: rgb(33,33,35); }

 td.TdClassName
 {
   border-color: #212123;
 }
 .TagClassName
 {
   border-color: #212123;
 }
</style>