Html Css Color HEX #01000B Black Russian

📋 copy color: '#01000B'

red 1 ◦ green 0 ◦ blue 11

#01000B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #01000B

Tints of Black Russian #01000B

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 value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#01000B (or 0x01000B) is known color: 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

RGB 1 0 11 -
CMYK 0.91 1 0 0.96
HSL 245.45º 1% 0.02% -
HSV(B) 245.45º 1% 0.04% -
XYZ 0.07 0.03 0.32 -
YUV 1.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 1 0 11 0.91 1 0 0.96 245.45 1 0.02
Hex 1 0 B 5B 64 0 60 F5 64 2
Octal 1 0 13 133 144 0 140 365 144 2
Binary 1 0 1011 1011011 1100100 0 1100000 11110101 1100100 10

Color Harmonies of #01000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01000B

Black with #01000B

Text Example


Text Example

White with #01000B

Text Example


Text Example

HTML Codes & Css Web 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>