Html Css Color HEX #05061E Black Russian

📋 copy color: '#05061E'

red 5 ◦ green 6 ◦ blue 30

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

Shades of Black Russian #05061E

Tints of Black Russian #05061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 14.63%

 BLUE value IS 30 (12.11% from 255) = 73.17%

R = 12.2%
G = 14.63%
B = 73.17%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#05061E (or 0x05061E) is known color: Black Russian. HEX triplet: 05, 06 and 1E. RGB value is (5,6,30). Sum of RGB (Red+Green+Blue) = 5+6+30=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #05061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05061E is #FAF9E1. Grayscale: #080808. Windows color (decimal): -16447970 or 1967621. OLE color: 1967621.

HSL color Cylindrical-coordinate representation of color #05061E: hue angle of 237.6º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05061E is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 5 6 30 -
CMYK 0.83 0.80 0 0.88
HSL 237.6º 0.71% 0.07% -
HSV(B) 237.6º 0.83% 0.12% -
XYZ 0.36 0.26 1.26 -
YUV 8.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 5 6 30 0.83 0.80 0 0.88 237.6 0.71 0.07
Hex 5 6 1E 53 50 0 58 EE 47 7
Octal 5 6 36 123 120 0 130 356 107 7
Binary 101 110 11110 1010011 1010000 0 1011000 11101110 1000111 111

Color Harmonies of #05061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05061E

Black with #05061E

Text Example


Text Example

White with #05061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05061E; }

 p { color: rgb(5,6,30); }

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

background-color css

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

 a { background-color: rgb(5,6,30); }

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

border-color css

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

 span { border-color: rgb(5,6,30); }

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