#05091A

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

Shades of Black Russian #05091A

Tints of Black Russian #05091A

Color information

#05091A (or 0x05091A) is unknown color: approx Black Russian. HEX triplet: 05, 09 and 1A. RGB value is (5,9,26). Sum of RGB (Red+Green+Blue) = 5+9+26=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 26 (10.55% from 255 or 65% from 40); Max value from RGB is 26 - color contains mainly: blue. Hex color #05091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05091A is #FAF6E5. Grayscale: #090909. Windows color (decimal): -16447206 or 1706245. OLE color: 1706245.

HSL color Cylindrical-coordinate representation of color #05091A: hue angle of 228.57º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05091A is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB5926-
CMYK0.810.6500.90
HSL228.57º67.74%6.08%-
HSV(B)228.57º80.77%10.2%-
XYZ0.350.31.02-
YUV9.74137.17124.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.5%
GREEN value IS 9 (3.91% from 255) = 22.5%
BLUE value IS 26 (10.55% from 255) = 65%
R=12.5%
G=22.5%
B=65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal59260.810.6500.90228.5767.746.08
Hex591A514105Ae5446
Octal5113212110101323451046
Binary1011001110101010001100000101011010111001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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