#04020F

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

Shades of Black Russian #04020F

Tints of Black Russian #04020F

Color information

#04020F (or 0x04020F) is unknown color: approx Black Russian. HEX triplet: 04, 02 and 0F. RGB value is (4,2,15). Sum of RGB (Red+Green+Blue) = 4+2+15=21 (2% of max value = 765). Red value is 4 (1.95% from 255 or 19.05% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 15 (6.25% from 255 or 71.43% from 21); Max value from RGB is 15 - color contains mainly: blue. Hex color #04020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04020F is #FBFDF0. Grayscale: #040404. Windows color (decimal): -16514545 or 983556. OLE color: 983556.

HSL color Cylindrical-coordinate representation of color #04020F: hue angle of 249.23º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #04020F is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB4215-
CMYK0.730.8700.94
HSL249.23º76.47%3.33%-
HSV(B)249.23º86.67%5.88%-
XYZ0.160.10.46-
YUV4.08134.16127.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 19.05%
GREEN value IS 2 (1.17% from 255) = 9.52%
BLUE value IS 15 (6.25% from 255) = 71.43%
R=19.05%
G=9.52%
B=71.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal42150.730.8700.94249.2376.473.33
Hex42F495705Ef94c3
Octal421711112701363711143
Binary100101111100100110101110101111011111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,2,15); }

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

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

 a { background-color: rgb(4,2,15); }

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

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

 span { border-color: rgb(4,2,15); }

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