#06001F

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

Shades of Black Russian #06001F

Tints of Black Russian #06001F

Color information

#06001F (or 0x06001F) is unknown color: approx Black Russian. HEX triplet: 06, 00 and 1F. RGB value is (6,0,31). Sum of RGB (Red+Green+Blue) = 6+0+31=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 31 (12.5% from 255 or 83.78% from 37); Max value from RGB is 31 - color contains mainly: blue. Hex color #06001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06001F is #F9FFE0. Grayscale: #050505. Windows color (decimal): -16383969 or 2031622. OLE color: 2031622.

HSL color Cylindrical-coordinate representation of color #06001F: hue angle of 251.61º 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 #06001F is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB6031-
CMYK0.81100.88
HSL251.61º100%6.08%-
HSV(B)251.61º100%12.16%-
XYZ0.320.141.31-
YUV5.33142.49128.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 16.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 83.78%
R=16.22%
G=0%
B=83.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal60310.81100.88251.611006.08
Hex601F5164058fc646
Octal603712114401303741446
Binary1100111111010001110010001011000111111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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