Html Css Color HEX #212333 Black Russian

📋 copy color: '#212333'

red 33 ◦ green 35 ◦ blue 51

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

Shades of Black Russian #212333

Tints of Black Russian #212333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.41%

 BLUE value IS 51 (20.31% from 255) = 42.86%

R = 27.73%
G = 29.41%
B = 42.86%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#212333 (or 0x212333) is known color: Black Russian. HEX triplet: 21, 23 and 33. RGB value is (33,35,51). Sum of RGB (Red+Green+Blue) = 33+35+51=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 51 - color contains mainly: blue. Hex color #212333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212333 is #DEDCCC. Grayscale: #242424. Windows color (decimal): -14605517 or 3351329. OLE color: 3351329.

HSL color Cylindrical-coordinate representation of color #212333: hue angle of 233.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #212333 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 35 51 -
CMYK 0.35 0.31 0 0.8
HSL 233.33º 0.21% 0.16% -
HSV(B) 233.33º 0.35% 0.2% -
XYZ 1.83 1.76 3.38 -
YUV 36.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 33 35 51 0.35 0.31 0 0.8 233.33 0.21 0.16
Hex 21 23 33 23 1F 0 50 E9 15 10
Octal 41 43 63 43 37 0 120 351 25 20
Binary 100001 100011 110011 100011 11111 0 1010000 11101001 10101 10000

Color Harmonies of #212333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212333

Black with #212333

Text Example


Text Example

White with #212333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212333; }

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

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

background-color css

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

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

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

border-color css

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

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

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