#01001B

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

Shades of Black Russian #01001B

Tints of Black Russian #01001B

Color information

#01001B (or 0x01001B) is unknown color: approx 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

RGB1027-
CMYK0.96100.89
HSL242.22º100%5.29%-
HSV(B)242.22º100%10.59%-
XYZ0.210.091.04-
YUV3.38141.33126.3-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal10270.96100.89242.221005.29
Hex101B6064059f2645
Octal103314014401313621445
Binary10110111100000110010001011001111100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>