#05091E

Color #05091E Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #05091E

Tints of Black Russian #05091E

Color information

#05091E (or 0x05091E) is unknown color: approx Black Russian. HEX triplet: 05, 09 and 1E. RGB value is (5,9,30). Sum of RGB (Red+Green+Blue) = 5+9+30=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 30 (12.11% from 255 or 68.18% from 44); Max value from RGB is 30 - color contains mainly: blue. Hex color #05091E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05091E is #FAF6E1. Grayscale: #0A0A0A. Windows color (decimal): -16447202 or 1968389. OLE color: 1968389.

HSL color Cylindrical-coordinate representation of color #05091E: hue angle of 230.4º 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 #05091E is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB5930-
CMYK0.830.7000.88
HSL230.4º71.43%6.86%-
HSV(B)230.4º83.33%11.76%-
XYZ0.390.321.27-
YUV10.2139.17124.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.36%
GREEN value IS 9 (3.91% from 255) = 20.45%
BLUE value IS 30 (12.11% from 255) = 68.18%
R=11.36%
G=20.45%
B=68.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal59300.830.7000.88230.471.436.86
Hex591E5346058e6477
Octal5113612310601303461077
Binary1011001111101010011100011001011000111001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05091E;
 }
 .AnyTagClassName
 {
   color: #05091E;
 }
</style>
background-color css

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

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

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

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

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

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