Html Css Color HEX #01010B Black Russian

📋 copy color: '#01010B'

red 1 ◦ green 1 ◦ blue 11

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

Shades of Black Russian #01010B

Tints of Black Russian #01010B

RGB

 RED value IS 1 (0.78% from 255) = 7.69%

 GREEN value IS 1 (0.78% from 255) = 7.69%

 BLUE value IS 11 (4.69% from 255) = 84.62%

R = 7.69%
G = 7.69%
B = 84.62%

CMYK

 C value IS 0.91

 M value IS 0.91

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#01010B (or 0x01010B) is known color: Black Russian. HEX triplet: 01, 01 and 0B. RGB value is (1,1,11). Sum of RGB (Red+Green+Blue) = 1+1+11=13 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.69% from 13); Green value is 1 (0.78% from 255 or 7.69% from 13); Blue value is 11 (4.69% from 255 or 84.62% from 13); Max value from RGB is 11 - color contains mainly: blue. Hex color #01010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01010B is #FEFEF4. Grayscale: #020202. Windows color (decimal): -16711413 or 721153. OLE color: 721153.

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

Color convert

RGB 1 1 11 -
CMYK 0.91 0.91 0 0.96
HSL 240º 0.83% 0.02% -
HSV(B) 240º 0.91% 0.04% -
XYZ 0.08 0.05 0.32 -
YUV 2.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 1 1 11 0.91 0.91 0 0.96 240 0.83 0.02
Hex 1 1 B 5B 5B 0 60 F0 53 2
Octal 1 1 13 133 133 0 140 360 123 2
Binary 1 1 1011 1011011 1011011 0 1100000 11110000 1010011 10

Color Harmonies of #01010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01010B

Black with #01010B

Text Example


Text Example

White with #01010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01010B;
 }
 .AnyTagClassName
 {
   color: #01010B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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