Html Css Color HEX #050812 Black Russian

📋 copy color: '#050812'

red 5 ◦ green 8 ◦ blue 18

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

Shades of Black Russian #050812

Tints of Black Russian #050812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 25.81%

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

R = 16.13%
G = 25.81%
B = 58.06%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050812 (or 0x050812) is known color: Black Russian. HEX triplet: 05, 08 and 12. RGB value is (5,8,18). Sum of RGB (Red+Green+Blue) = 5+8+18=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 18 (7.42% from 255 or 58.06% from 31); Max value from RGB is 18 - color contains mainly: blue. Hex color #050812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050812 is #FAF7ED. Grayscale: #080808. Windows color (decimal): -16447470 or 1181701. OLE color: 1181701.

HSL color Cylindrical-coordinate representation of color #050812: hue angle of 226.15º 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 #050812 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 8 18 -
CMYK 0.72 0.56 0 0.93
HSL 226.15º 0.57% 0.05% -
HSV(B) 226.15º 0.72% 0.07% -
XYZ 0.26 0.25 0.61 -
YUV 8.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 5 8 18 0.72 0.56 0 0.93 226.15 0.57 0.05
Hex 5 8 12 48 38 0 5D E2 39 5
Octal 5 10 22 110 70 0 135 342 71 5
Binary 101 1000 10010 1001000 111000 0 1011101 11100010 111001 101

Color Harmonies of #050812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050812

Black with #050812

Text Example


Text Example

White with #050812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050812; }

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

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

background-color css

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

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

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

border-color css

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

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

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