#05051F

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

Shades of Black Russian #05051F

Tints of Black Russian #05051F

Color information

#05051F (or 0x05051F) is unknown color: approx Black Russian. HEX triplet: 05, 05 and 1F. RGB value is (5,5,31). Sum of RGB (Red+Green+Blue) = 5+5+31=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 31 (12.5% from 255 or 75.61% from 41); Max value from RGB is 31 - color contains mainly: blue. Hex color #05051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05051F is #FAFAE0. Grayscale: #070707. Windows color (decimal): -16448225 or 2032901. OLE color: 2032901.

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

Color convert

RGB5531-
CMYK0.840.8400.88
HSL240º72.22%7.06%-
HSV(B)240º83.87%12.16%-
XYZ0.360.241.32-
YUV7.96141125.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 31 (12.5% from 255) = 75.61%
R=12.20%
G=12.20%
B=75.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal55310.840.8400.8824072.227.06
Hex551F5454058f0487
Octal553712412401303601107
Binary101101111111010100101010001011000111100001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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