#01000B

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

Shades of Black Russian #01000B

Tints of Black Russian #01000B

Color information

#01000B (or 0x01000B) is unknown color: approx Black Russian. HEX triplet: 01, 00 and 0B. RGB value is (1,0,11). Sum of RGB (Red+Green+Blue) = 1+0+11=12 (1% of max value = 765). Red value is 1 (0.78% from 255 or 8.33% from 12); Green value is 0 (0.39% from 255 or 0% from 12); Blue value is 11 (4.69% from 255 or 91.67% from 12); Max value from RGB is 11 - color contains mainly: blue. Hex color #01000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01000B is #FEFFF4. Grayscale: #010101. Windows color (decimal): -16711669 or 720897. OLE color: 720897.

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

Color convert

RGB1011-
CMYK0.91100.96
HSL245.45º100%2.16%-
HSV(B)245.45º100%4.31%-
XYZ0.070.030.32-
YUV1.55133.33127.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 8.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 91.67%
R=8.33%
G=0%
B=91.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal10110.91100.96245.451002.16
Hex10B5B64060f5642
Octal101313314401403651442
Binary101011101101111001000110000011110101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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