#05041C

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

Shades of Black Russian #05041C

Tints of Black Russian #05041C

Color information

#05041C (or 0x05041C) is unknown color: approx Black Russian. HEX triplet: 05, 04 and 1C. RGB value is (5,4,28). Sum of RGB (Red+Green+Blue) = 5+4+28=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 28 (11.33% from 255 or 75.68% from 37); Max value from RGB is 28 - color contains mainly: blue. Hex color #05041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05041C is #FAFBE3. Grayscale: #060606. Windows color (decimal): -16448484 or 1836037. OLE color: 1836037.

HSL color Cylindrical-coordinate representation of color #05041C: hue angle of 242.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05041C is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB5428-
CMYK0.820.8600.89
HSL242.5º75%6.27%-
HSV(B)242.5º85.71%10.98%-
XYZ0.320.21.12-
YUV7.04139.83126.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.51%
GREEN value IS 4 (1.95% from 255) = 10.81%
BLUE value IS 28 (11.33% from 255) = 75.68%
R=13.51%
G=10.81%
B=75.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal54280.820.8600.89242.5756.27
Hex541C5256059f24b6
Octal543412212601313621136
Binary101100111001010010101011001011001111100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05041C; }

 p { color: rgb(5,4,28); }

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

<style>
 a { background-color: #05041C; }

 a { background-color: rgb(5,4,28); }

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

<style>
 span { border-color: #05041C; }

 span { border-color: rgb(5,4,28); }

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