#05091B

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

Shades of Black Russian #05091B

Tints of Black Russian #05091B

Color information

#05091B (or 0x05091B) is unknown color: approx Black Russian. HEX triplet: 05, 09 and 1B. RGB value is (5,9,27). Sum of RGB (Red+Green+Blue) = 5+9+27=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 27 (10.94% from 255 or 65.85% from 41); Max value from RGB is 27 - color contains mainly: blue. Hex color #05091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05091B is #FAF6E4. Grayscale: #090909. Windows color (decimal): -16447205 or 1771781. OLE color: 1771781.

HSL color Cylindrical-coordinate representation of color #05091B: hue angle of 229.09º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05091B is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB5927-
CMYK0.810.6700.89
HSL229.09º68.75%6.27%-
HSV(B)229.09º81.48%10.59%-
XYZ0.360.311.08-
YUV9.86137.67124.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 9 (3.91% from 255) = 21.95%
BLUE value IS 27 (10.94% from 255) = 65.85%
R=12.20%
G=21.95%
B=65.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal59270.810.6700.89229.0968.756.27
Hex591B5143059e5456
Octal5113312110301313451056
Binary1011001110111010001100001101011001111001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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