#03050A

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

Shades of Black Russian #03050A

Tints of Black Russian #03050A

Color information

#03050A (or 0x03050A) is unknown color: approx Black Russian. HEX triplet: 03, 05 and 0A. RGB value is (3,5,10). Sum of RGB (Red+Green+Blue) = 3+5+10=18 (2% of max value = 765). Red value is 3 (1.56% from 255 or 16.67% from 18); Green value is 5 (2.34% from 255 or 27.78% from 18); Blue value is 10 (4.30% from 255 or 55.56% from 18); Max value from RGB is 10 - color contains mainly: blue. Hex color #03050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03050A is #FCFAF5. Grayscale: #040404. Windows color (decimal): -16579318 or 656643. OLE color: 656643.

HSL color Cylindrical-coordinate representation of color #03050A: hue angle of 222.86º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #03050A is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB3510-
CMYK0.700.5000.96
HSL222.86º53.85%2.55%-
HSV(B)222.86º70%3.92%-
XYZ0.150.150.31-
YUV4.97130.84126.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 16.67%
GREEN value IS 5 (2.34% from 255) = 27.78%
BLUE value IS 10 (4.30% from 255) = 55.56%
R=16.67%
G=27.78%
B=55.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal35100.700.5000.96222.8653.852.55
Hex35A4632060df363
Octal3512106620140337663
Binary1110110101000110110010011000001101111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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