#03050D

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

Shades of Black Russian #03050D

Tints of Black Russian #03050D

Color information

#03050D (or 0x03050D) is unknown color: approx Black Russian. HEX triplet: 03, 05 and 0D. RGB value is (3,5,13). Sum of RGB (Red+Green+Blue) = 3+5+13=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 5 (2.34% from 255 or 23.81% from 21); Blue value is 13 (5.47% from 255 or 61.90% from 21); Max value from RGB is 13 - color contains mainly: blue. Hex color #03050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03050D is #FCFAF2. Grayscale: #050505. Windows color (decimal): -16579315 or 853251. OLE color: 853251.

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

Color convert

RGB3513-
CMYK0.770.6200.95
HSL228º62.5%3.14%-
HSV(B)228º76.92%5.1%-
XYZ0.160.160.4-
YUV5.31132.34126.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 14.29%
GREEN value IS 5 (2.34% from 255) = 23.81%
BLUE value IS 13 (5.47% from 255) = 61.90%
R=14.29%
G=23.81%
B=61.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal35130.770.6200.9522862.53.14
Hex35D4D3E05Fe43e3
Octal3515115760137344763
Binary1110111011001101111110010111111110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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