#02010F

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

Shades of Black Russian #02010F

Tints of Black Russian #02010F

Color information

#02010F (or 0x02010F) is unknown color: approx Black Russian. HEX triplet: 02, 01 and 0F. RGB value is (2,1,15). Sum of RGB (Red+Green+Blue) = 2+1+15=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 1 (0.78% from 255 or 5.56% from 18); Blue value is 15 (6.25% from 255 or 83.33% from 18); Max value from RGB is 15 - color contains mainly: blue. Hex color #02010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02010F is #FDFEF0. Grayscale: #020202. Windows color (decimal): -16645873 or 983298. OLE color: 983298.

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

Color convert

RGB2115-
CMYK0.870.9300.94
HSL244.29º87.5%3.14%-
HSV(B)244.29º93.33%5.88%-
XYZ0.120.070.46-
YUV2.9134.83127.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 11.11%
GREEN value IS 1 (0.78% from 255) = 5.56%
BLUE value IS 15 (6.25% from 255) = 83.33%
R=11.11%
G=5.56%
B=83.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal21150.870.9300.94244.2987.53.14
Hex21F575D05Ef4583
Octal211712713501363641303
Binary1011111101011110111010101111011110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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