#03000D

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

Shades of Black Russian #03000D

Tints of Black Russian #03000D

Color information

#03000D (or 0x03000D) is unknown color: approx Black Russian. HEX triplet: 03, 00 and 0D. RGB value is (3,0,13). Sum of RGB (Red+Green+Blue) = 3+0+13=16 (2% of max value = 765). Red value is 3 (1.56% from 255 or 18.75% from 16); Green value is 0 (0.39% from 255 or 0% from 16); Blue value is 13 (5.47% from 255 or 81.25% from 16); Max value from RGB is 13 - color contains mainly: blue. Hex color #03000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03000D is #FCFFF2. Grayscale: #020202. Windows color (decimal): -16580595 or 851971. OLE color: 851971.

HSL color Cylindrical-coordinate representation of color #03000D: hue angle of 253.85º 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 #03000D is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB3013-
CMYK0.77100.95
HSL253.85º100%2.55%-
HSV(B)253.85º100%5.1%-
XYZ0.110.050.38-
YUV2.38133.99128.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 18.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 81.25%
R=18.75%
G=0%
B=81.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal30130.77100.95253.851002.55
Hex30D4D6405Ffe643
Octal301511514401373761443
Binary1101101100110111001000101111111111110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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