Html Css Color HEX #03000D Black Russian

📋 copy color: '#03000D'

red 3 ◦ green 0 ◦ blue 13

#03000D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #03000D

Tints of Black Russian #03000D

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 value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#03000D (or 0x03000D) is known color: 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

RGB 3 0 13 -
CMYK 0.77 1 0 0.95
HSL 253.85º 1% 0.03% -
HSV(B) 253.85º 1% 0.05% -
XYZ 0.11 0.05 0.38 -
YUV 2.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 3 0 13 0.77 1 0 0.95 253.85 1 0.03
Hex 3 0 D 4D 64 0 5F FE 64 3
Octal 3 0 15 115 144 0 137 376 144 3
Binary 11 0 1101 1001101 1100100 0 1011111 11111110 1100100 11

Color Harmonies of #03000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03000D

Black with #03000D

Text Example


Text Example

White with #03000D

Text Example


Text Example

HTML Codes & Css Web 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>