#00020D

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

Shades of Black Russian #00020D

Tints of Black Russian #00020D

Color information

#00020D (or 0x00020D) is unknown color: approx Black Russian. HEX triplet: 00, 02 and 0D. RGB value is (0,2,13). Sum of RGB (Red+Green+Blue) = 0+2+13=15 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 15); Green value is 2 (1.17% from 255 or 13.33% from 15); Blue value is 13 (5.47% from 255 or 86.67% from 15); Max value from RGB is 13 - color contains mainly: blue. Hex color #00020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00020D is #FFFDF2. Grayscale: #020202. Windows color (decimal): -16776691 or 852480. OLE color: 852480.

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

Color convert

RGB0213-
CMYK10.8500.95
HSL230.77º100%2.55%-
HSV(B)230.77º100%5.1%-
XYZ0.090.070.39-
YUV2.66133.84126.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 13.33%
BLUE value IS 13 (5.47% from 255) = 86.67%
R=0%
G=13.33%
B=86.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal021310.8500.95230.771002.55
Hex02D645505Fe7643
Octal021514412501373471443
Binary0101101110010010101010101111111100111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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