Html Css Color HEX #01001B Black Russian

📋 copy color: '#01001B'

red 1 ◦ green 0 ◦ blue 27

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

Shades of Black Russian #01001B

Tints of Black Russian #01001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 27 (10.94% from 255) = 96.43%

R = 3.57%
G = 0%
B = 96.43%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01001B (or 0x01001B) is known color: Black Russian. HEX triplet: 01, 00 and 1B. RGB value is (1,0,27). Sum of RGB (Red+Green+Blue) = 1+0+27=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 27 (10.94% from 255 or 96.43% from 28); Max value from RGB is 27 - color contains mainly: blue. Hex color #01001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01001B is #FEFFE4. Grayscale: #030303. Windows color (decimal): -16711653 or 1769473. OLE color: 1769473.

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

Color convert

RGB 1 0 27 -
CMYK 0.96 1 0 0.89
HSL 242.22º 1% 0.05% -
HSV(B) 242.22º 1% 0.11% -
XYZ 0.21 0.09 1.04 -
YUV 3.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 1 0 27 0.96 1 0 0.89 242.22 1 0.05
Hex 1 0 1B 60 64 0 59 F2 64 5
Octal 1 0 33 140 144 0 131 362 144 5
Binary 1 0 11011 1100000 1100100 0 1011001 11110010 1100100 101

Color Harmonies of #01001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01001B

Black with #01001B

Text Example


Text Example

White with #01001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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