#05031B

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

Shades of Black Russian #05031B

Tints of Black Russian #05031B

Color information

#05031B (or 0x05031B) is unknown color: approx Black Russian. HEX triplet: 05, 03 and 1B. RGB value is (5,3,27). Sum of RGB (Red+Green+Blue) = 5+3+27=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 27 (10.94% from 255 or 77.14% from 35); Max value from RGB is 27 - color contains mainly: blue. Hex color #05031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05031B is #FAFCE4. Grayscale: #060606. Windows color (decimal): -16448741 or 1770245. OLE color: 1770245.

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

Color convert

RGB5327-
CMYK0.810.8900.89
HSL245º80%5.88%-
HSV(B)245º88.89%10.59%-
XYZ0.290.181.06-
YUV6.33139.66127.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 14.29%
GREEN value IS 3 (1.56% from 255) = 8.57%
BLUE value IS 27 (10.94% from 255) = 77.14%
R=14.29%
G=8.57%
B=77.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal53270.810.8900.89245805.88
Hex531B5159059f5506
Octal533312113101313651206
Binary10111110111010001101100101011001111101011010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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