Html Css Color HEX #01020B Black Russian

📋 copy color: '#01020B'

red 1 ◦ green 2 ◦ blue 11

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

Shades of Black Russian #01020B

Tints of Black Russian #01020B

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

 M value IS 0.82

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

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

RGB 1 2 11 -
CMYK 0.91 0.82 0 0.96
HSL 234º 0.83% 0.02% -
HSV(B) 234º 0.91% 0.04% -
XYZ 0.09 0.07 0.33 -
YUV 2.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 1 2 11 0.91 0.82 0 0.96 234 0.83 0.02
Hex 1 2 B 5B 52 0 60 EA 53 2
Octal 1 2 13 133 122 0 140 352 123 2
Binary 1 10 1011 1011011 1010010 0 1100000 11101010 1010011 10

Color Harmonies of #01020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01020B

Black with #01020B

Text Example


Text Example

White with #01020B

Text Example


Text Example

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