Html Css Color HEX #050712 Black Russian

📋 copy color: '#050712'

red 5 ◦ green 7 ◦ blue 18

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

Shades of Black Russian #050712

Tints of Black Russian #050712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 23.33%

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

R = 16.67%
G = 23.33%
B = 60%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050712 (or 0x050712) is known color: Black Russian. HEX triplet: 05, 07 and 12. RGB value is (5,7,18). Sum of RGB (Red+Green+Blue) = 5+7+18=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 18 (7.42% from 255 or 60% from 30); Max value from RGB is 18 - color contains mainly: blue. Hex color #050712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050712 is #FAF8ED. Grayscale: #070707. Windows color (decimal): -16447726 or 1181445. OLE color: 1181445.

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

Color convert

RGB 5 7 18 -
CMYK 0.72 0.61 0 0.93
HSL 230.77º 0.57% 0.05% -
HSV(B) 230.77º 0.72% 0.07% -
XYZ 0.25 0.23 0.6 -
YUV 7.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 5 7 18 0.72 0.61 0 0.93 230.77 0.57 0.05
Hex 5 7 12 48 3D 0 5D E7 39 5
Octal 5 7 22 110 75 0 135 347 71 5
Binary 101 111 10010 1001000 111101 0 1011101 11100111 111001 101

Color Harmonies of #050712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050712

Black with #050712

Text Example


Text Example

White with #050712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050712; }

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

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

background-color css

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

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

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

border-color css

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

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

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