#00010B

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

Shades of Black Russian #00010B

Tints of Black Russian #00010B

Color information

#00010B (or 0x00010B) is unknown color: approx Black Russian. HEX triplet: 00, 01 and 0B. RGB value is (0,1,11). Sum of RGB (Red+Green+Blue) = 0+1+11=12 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 12); Green value is 1 (0.78% from 255 or 8.33% 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 #00010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00010B is #FFFEF4. Grayscale: #010101. Windows color (decimal): -16776949 or 721152. OLE color: 721152.

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

Color convert

RGB0111-
CMYK10.9100.96
HSL234.55º100%2.16%-
HSV(B)234.55º100%4.31%-
XYZ0.070.050.32-
YUV1.84133.17126.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal011110.9100.96234.551002.16
Hex01B645B060eb642
Octal011314413301403531442
Binary011011110010010110110110000011101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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