#00011C

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

Shades of Black Russian #00011C

Tints of Black Russian #00011C

Color information

#00011C (or 0x00011C) is unknown color: approx Black Russian. HEX triplet: 00, 01 and 1C. RGB value is (0,1,28). Sum of RGB (Red+Green+Blue) = 0+1+28=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 28 (11.33% from 255 or 96.55% from 29); Max value from RGB is 28 - color contains mainly: blue. Hex color #00011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00011C is #FFFEE3. Grayscale: #030303. Windows color (decimal): -16776932 or 1835264. OLE color: 1835264.

HSL color Cylindrical-coordinate representation of color #00011C: hue angle of 237.86º 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 #00011C is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB0128-
CMYK10.9600.89
HSL237.86º100%5.49%-
HSV(B)237.86º100%10.98%-
XYZ0.220.111.11-
YUV3.78141.67125.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 3.45%
BLUE value IS 28 (11.33% from 255) = 96.55%
R=0%
G=3.45%
B=96.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal012810.9600.89237.861005.49
Hex011C6460059ee645
Octal013414414001313561445
Binary01111001100100110000001011001111011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00011C; }

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

 H1.HeaderClassName
 {
   color: #00011C;
 }
 .AnyTagClassName
 {
   color: #00011C;
 }
</style>
background-color css

<style>
 a { background-color: #00011C; }

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

 div.DivClassName
 {
   background-color: #00011C;
 }
 .BgClassName
 {
   background-color: #00011C;
 }
</style>
border-color css

<style>
 span { border-color: #00011C; }

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

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