#02040F

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

Shades of Black Russian #02040F

Tints of Black Russian #02040F

Color information

#02040F (or 0x02040F) is unknown color: approx Black Russian. HEX triplet: 02, 04 and 0F. RGB value is (2,4,15). Sum of RGB (Red+Green+Blue) = 2+4+15=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 4 (1.95% from 255 or 19.05% 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 #02040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02040F is #FDFBF0. Grayscale: #040404. Windows color (decimal): -16645105 or 984066. OLE color: 984066.

HSL color Cylindrical-coordinate representation of color #02040F: hue angle of 230.77º 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 #02040F is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB2415-
CMYK0.870.7300.94
HSL230.77º76.47%3.33%-
HSV(B)230.77º86.67%5.88%-
XYZ0.150.130.47-
YUV4.66133.84126.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal24150.870.7300.94230.7776.473.33
Hex24F574905Ee74c3
Octal241712711101363471143
Binary101001111101011110010010101111011100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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