Html Css Color HEX #212334 Black Russian

📋 copy color: '#212334'

red 33 ◦ green 35 ◦ blue 52

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

Shades of Black Russian #212334

Tints of Black Russian #212334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 43.33%

R = 27.5%
G = 29.17%
B = 43.33%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#212334 (or 0x212334) is known color: Black Russian. HEX triplet: 21, 23 and 34. RGB value is (33,35,52). Sum of RGB (Red+Green+Blue) = 33+35+52=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #212334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212334 is #DEDCCB. Grayscale: #242424. Windows color (decimal): -14605516 or 3416865. OLE color: 3416865.

HSL color Cylindrical-coordinate representation of color #212334: hue angle of 233.68º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #212334 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 35 52 -
CMYK 0.37 0.33 0 0.80
HSL 233.68º 0.22% 0.17% -
HSV(B) 233.68º 0.37% 0.2% -
XYZ 1.85 1.77 3.49 -
YUV 36.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 33 35 52 0.37 0.33 0 0.80 233.68 0.22 0.17
Hex 21 23 34 25 21 0 50 EA 16 11
Octal 41 43 64 45 41 0 120 352 26 21
Binary 100001 100011 110100 100101 100001 0 1010000 11101010 10110 10001

Color Harmonies of #212334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212334

Black with #212334

Text Example


Text Example

White with #212334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212334; }

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

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

background-color css

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

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

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

border-color css

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

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

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