Html Css Color HEX #050212 Black Russian

📋 copy color: '#050212'

red 5 ◦ green 2 ◦ blue 18

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

Shades of Black Russian #050212

Tints of Black Russian #050212

RGB

 RED value IS 5 (2.34% from 255) = 20%

 GREEN value IS 2 (1.17% from 255) = 8%

 BLUE value IS 18 (7.42% from 255) = 72%

R = 20%
G = 8%
B = 72%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050212 (or 0x050212) is known color: Black Russian. HEX triplet: 05, 02 and 12. RGB value is (5,2,18). Sum of RGB (Red+Green+Blue) = 5+2+18=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 18 (7.42% from 255 or 72% from 25); Max value from RGB is 18 - color contains mainly: blue. Hex color #050212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050212 is #FAFDED. Grayscale: #040404. Windows color (decimal): -16449006 or 1180165. OLE color: 1180165.

HSL color Cylindrical-coordinate representation of color #050212: hue angle of 251.25º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050212 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 2 18 -
CMYK 0.72 0.89 0 0.93
HSL 251.25º 0.8% 0.04% -
HSV(B) 251.25º 0.89% 0.07% -
XYZ 0.19 0.12 0.59 -
YUV 4.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 5 2 18 0.72 0.89 0 0.93 251.25 0.8 0.04
Hex 5 2 12 48 59 0 5D FB 50 4
Octal 5 2 22 110 131 0 135 373 120 4
Binary 101 10 10010 1001000 1011001 0 1011101 11111011 1010000 100

Color Harmonies of #050212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050212

Black with #050212

Text Example


Text Example

White with #050212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050212; }

 p { color: rgb(5,2,18); }

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

background-color css

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

 a { background-color: rgb(5,2,18); }

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

border-color css

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

 span { border-color: rgb(5,2,18); }

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