#05071B

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

Shades of Black Russian #05071B

Tints of Black Russian #05071B

Color information

#05071B (or 0x05071B) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 1B. RGB value is (5,7,27). Sum of RGB (Red+Green+Blue) = 5+7+27=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 27 (10.94% from 255 or 69.23% from 39); Max value from RGB is 27 - color contains mainly: blue. Hex color #05071B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05071B is #FAF8E4. Grayscale: #080808. Windows color (decimal): -16447717 or 1771269. OLE color: 1771269.

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

Color convert

RGB5727-
CMYK0.810.7400.89
HSL234.55º68.75%6.27%-
HSV(B)234.55º81.48%10.59%-
XYZ0.340.261.07-
YUV8.68138.34125.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 27 (10.94% from 255) = 69.23%
R=12.82%
G=17.95%
B=69.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal57270.810.7400.89234.5568.756.27
Hex571B514A059eb456
Octal573312111201313531056
Binary101111110111010001100101001011001111010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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