#01041C

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

Shades of Black Russian #01041C

Tints of Black Russian #01041C

Color information

#01041C (or 0x01041C) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 1C. RGB value is (1,4,28). Sum of RGB (Red+Green+Blue) = 1+4+28=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 28 (11.33% from 255 or 84.85% from 33); Max value from RGB is 28 - color contains mainly: blue. Hex color #01041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01041C is #FEFBE3. Grayscale: #050505. Windows color (decimal): -16710628 or 1836033. OLE color: 1836033.

HSL color Cylindrical-coordinate representation of color #01041C: hue angle of 233.33º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01041C is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB1428-
CMYK0.960.8600.89
HSL233.33º93.1%5.69%-
HSV(B)233.33º96.43%10.98%-
XYZ0.270.181.12-
YUV5.84140.51124.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.03%
GREEN value IS 4 (1.95% from 255) = 12.12%
BLUE value IS 28 (11.33% from 255) = 84.85%
R=3.03%
G=12.12%
B=84.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal14280.960.8600.89233.3393.15.69
Hex141C6056059e95d6
Octal143414012601313511356
Binary1100111001100000101011001011001111010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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