#03010B

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

Shades of Black Russian #03010B

Tints of Black Russian #03010B

Color information

#03010B (or 0x03010B) is unknown color: approx Black Russian. HEX triplet: 03, 01 and 0B. RGB value is (3,1,11). Sum of RGB (Red+Green+Blue) = 3+1+11=15 (1% of max value = 765). Red value is 3 (1.56% from 255 or 20% from 15); Green value is 1 (0.78% from 255 or 6.67% from 15); Blue value is 11 (4.69% from 255 or 73.33% from 15); Max value from RGB is 11 - color contains mainly: blue. Hex color #03010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03010B is #FCFEF4. Grayscale: #020202. Windows color (decimal): -16580341 or 721155. OLE color: 721155.

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

Color convert

RGB3111-
CMYK0.730.9100.96
HSL252º83.33%2.35%-
HSV(B)252º90.91%4.31%-
XYZ0.110.070.32-
YUV2.74132.66128.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 20%
GREEN value IS 1 (0.78% from 255) = 6.67%
BLUE value IS 11 (4.69% from 255) = 73.33%
R=20%
G=6.67%
B=73.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal31110.730.9100.9625283.332.35
Hex31B495B060fc532
Octal311311113301403741232
Binary1111011100100110110110110000011111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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