#06021F

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

Shades of Black Russian #06021F

Tints of Black Russian #06021F

Color information

#06021F (or 0x06021F) is unknown color: approx Black Russian. HEX triplet: 06, 02 and 1F. RGB value is (6,2,31). Sum of RGB (Red+Green+Blue) = 6+2+31=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 31 (12.5% from 255 or 79.49% from 39); Max value from RGB is 31 - color contains mainly: blue. Hex color #06021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06021F is #F9FDE0. Grayscale: #060606. Windows color (decimal): -16383457 or 2032134. OLE color: 2032134.

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

Color convert

RGB6231-
CMYK0.810.9400.88
HSL248.28º87.88%6.47%-
HSV(B)248.28º93.55%12.16%-
XYZ0.340.181.31-
YUV6.5141.83127.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15.38%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 31 (12.5% from 255) = 79.49%
R=15.38%
G=5.13%
B=79.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal62310.810.9400.88248.2887.886.47
Hex621F515E058f8586
Octal623712113601303701306
Binary11010111111010001101111001011000111110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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