#05061B

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

Shades of Black Russian #05061B

Tints of Black Russian #05061B

Color information

#05061B (or 0x05061B) is unknown color: approx Black Russian. HEX triplet: 05, 06 and 1B. RGB value is (5,6,27). Sum of RGB (Red+Green+Blue) = 5+6+27=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 27 (10.94% from 255 or 71.05% from 38); Max value from RGB is 27 - color contains mainly: blue. Hex color #05061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05061B is #FAF9E4. Grayscale: #080808. Windows color (decimal): -16447973 or 1771013. OLE color: 1771013.

HSL color Cylindrical-coordinate representation of color #05061B: hue angle of 237.27º 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 #05061B is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB5627-
CMYK0.810.7800.89
HSL237.27º68.75%6.27%-
HSV(B)237.27º81.48%10.59%-
XYZ0.330.241.07-
YUV8.09138.67125.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.16%
GREEN value IS 6 (2.73% from 255) = 15.79%
BLUE value IS 27 (10.94% from 255) = 71.05%
R=13.16%
G=15.79%
B=71.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal56270.810.7800.89237.2768.756.27
Hex561B514E059ed456
Octal563312111601313551056
Binary101110110111010001100111001011001111011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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