#05041F

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

Shades of Black Russian #05041F

Tints of Black Russian #05041F

Color information

#05041F (or 0x05041F) is unknown color: approx Black Russian. HEX triplet: 05, 04 and 1F. RGB value is (5,4,31). Sum of RGB (Red+Green+Blue) = 5+4+31=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 31 (12.5% from 255 or 77.5% from 40); Max value from RGB is 31 - color contains mainly: blue. Hex color #05041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05041F is #FAFBE0. Grayscale: #070707. Windows color (decimal): -16448481 or 2032645. OLE color: 2032645.

HSL color Cylindrical-coordinate representation of color #05041F: hue angle of 242.22º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #05041F is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB5431-
CMYK0.840.8700.88
HSL242.22º77.14%6.86%-
HSV(B)242.22º87.1%12.16%-
XYZ0.350.221.32-
YUV7.38141.33126.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.5%
GREEN value IS 4 (1.95% from 255) = 10%
BLUE value IS 31 (12.5% from 255) = 77.5%
R=12.5%
G=10%
B=77.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal54310.840.8700.88242.2277.146.86
Hex541F5457058f24d7
Octal543712412701303621157
Binary101100111111010100101011101011000111100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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