#01020B

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

Shades of Black Russian #01020B

Tints of Black Russian #01020B

Color information

#01020B (or 0x01020B) is unknown color: approx Black Russian. HEX triplet: 01, 02 and 0B. RGB value is (1,2,11). Sum of RGB (Red+Green+Blue) = 1+2+11=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 2 (1.17% from 255 or 14.29% from 14); Blue value is 11 (4.69% from 255 or 78.57% from 14); Max value from RGB is 11 - color contains mainly: blue. Hex color #01020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01020B is #FEFDF4. Grayscale: #020202. Windows color (decimal): -16711157 or 721409. OLE color: 721409.

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

Color convert

RGB1211-
CMYK0.910.8200.96
HSL234º83.33%2.35%-
HSV(B)234º90.91%4.31%-
XYZ0.090.070.33-
YUV2.73132.67126.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 7.14%
GREEN value IS 2 (1.17% from 255) = 14.29%
BLUE value IS 11 (4.69% from 255) = 78.57%
R=7.14%
G=14.29%
B=78.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal12110.910.8200.9623483.332.35
Hex12B5B52060ea532
Octal121313312201403521232
Binary1101011101101110100100110000011101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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