#03050B

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

Shades of Black Russian #03050B

Tints of Black Russian #03050B

Color information

#03050B (or 0x03050B) is unknown color: approx Black Russian. HEX triplet: 03, 05 and 0B. RGB value is (3,5,11). Sum of RGB (Red+Green+Blue) = 3+5+11=19 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15.79% from 19); Green value is 5 (2.34% from 255 or 26.32% from 19); Blue value is 11 (4.69% from 255 or 57.89% from 19); Max value from RGB is 11 - color contains mainly: blue. Hex color #03050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03050B is #FCFAF4. Grayscale: #050505. Windows color (decimal): -16579317 or 722179. OLE color: 722179.

HSL color Cylindrical-coordinate representation of color #03050B: hue angle of 225º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #03050B is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB3511-
CMYK0.730.5500.96
HSL225º57.14%2.75%-
HSV(B)225º72.73%4.31%-
XYZ0.150.150.34-
YUV5.09131.34126.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 15.79%
GREEN value IS 5 (2.34% from 255) = 26.32%
BLUE value IS 11 (4.69% from 255) = 57.89%
R=15.79%
G=26.32%
B=57.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal35110.730.5500.9622557.142.75
Hex35B4937060e1393
Octal3513111670140341713
Binary1110110111001001110111011000001110000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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