#01030B

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

Shades of Black Russian #01030B

Tints of Black Russian #01030B

Color information

#01030B (or 0x01030B) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 0B. RGB value is (1,3,11). Sum of RGB (Red+Green+Blue) = 1+3+11=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 3 (1.56% from 255 or 20% 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 #01030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01030B is #FEFCF4. Grayscale: #030303. Windows color (decimal): -16710901 or 721665. OLE color: 721665.

HSL color Cylindrical-coordinate representation of color #01030B: hue angle of 228º 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 #01030B is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB1311-
CMYK0.910.7300.96
HSL228º83.33%2.35%-
HSV(B)228º90.91%4.31%-
XYZ0.110.10.33-
YUV3.31132.34126.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal13110.910.7300.9622883.332.35
Hex13B5B49060e4532
Octal131313311101403441232
Binary1111011101101110010010110000011100100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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