#05001F

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

Shades of Black Russian #05001F

Tints of Black Russian #05001F

Color information

#05001F (or 0x05001F) is unknown color: approx Black Russian. HEX triplet: 05, 00 and 1F. RGB value is (5,0,31). Sum of RGB (Red+Green+Blue) = 5+0+31=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 31 (12.5% from 255 or 86.11% from 36); Max value from RGB is 31 - color contains mainly: blue. Hex color #05001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05001F is #FAFFE0. Grayscale: #040404. Windows color (decimal): -16449505 or 2031621. OLE color: 2031621.

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

Color convert

RGB5031-
CMYK0.84100.88
HSL249.68º100%6.08%-
HSV(B)249.68º100%12.16%-
XYZ0.310.131.31-
YUV5.03142.66127.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 86.11%
R=13.89%
G=0%
B=86.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal50310.84100.88249.681006.08
Hex501F5464058fa646
Octal503712414401303721446
Binary1010111111010100110010001011000111110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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