#02030D

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

Shades of Black Russian #02030D

Tints of Black Russian #02030D

Color information

#02030D (or 0x02030D) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 0D. RGB value is (2,3,13). Sum of RGB (Red+Green+Blue) = 2+3+13=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 3 (1.56% from 255 or 16.67% from 18); Blue value is 13 (5.47% from 255 or 72.22% from 18); Max value from RGB is 13 - color contains mainly: blue. Hex color #02030D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02030D is #FDFCF2. Grayscale: #030303. Windows color (decimal): -16645363 or 852738. OLE color: 852738.

HSL color Cylindrical-coordinate representation of color #02030D: hue angle of 234.55º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #02030D is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB2313-
CMYK0.850.7700.95
HSL234.55º73.33%2.94%-
HSV(B)234.55º84.62%5.1%-
XYZ0.130.110.39-
YUV3.84133.17126.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 11.11%
GREEN value IS 3 (1.56% from 255) = 16.67%
BLUE value IS 13 (5.47% from 255) = 72.22%
R=11.11%
G=16.67%
B=72.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal23130.850.7700.95234.5573.332.94
Hex23D554D05Feb493
Octal231512511501373531113
Binary10111101101010110011010101111111101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02030D; }

 p { color: rgb(2,3,13); }

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

<style>
 a { background-color: #02030D; }

 a { background-color: rgb(2,3,13); }

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

<style>
 span { border-color: #02030D; }

 span { border-color: rgb(2,3,13); }

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