#00041C

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

Shades of Black Russian #00041C

Tints of Black Russian #00041C

Color information

#00041C (or 0x00041C) is unknown color: approx Black Russian. HEX triplet: 00, 04 and 1C. RGB value is (0,4,28). Sum of RGB (Red+Green+Blue) = 0+4+28=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 28 (11.33% from 255 or 87.5% from 32); Max value from RGB is 28 - color contains mainly: blue. Hex color #00041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00041C is #FFFBE3. Grayscale: #050505. Windows color (decimal): -16776164 or 1836032. OLE color: 1836032.

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

Color convert

RGB0428-
CMYK10.8600.89
HSL231.43º100%5.49%-
HSV(B)231.43º100%10.98%-
XYZ0.250.171.12-
YUV5.54140.67124.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 4 (1.95% from 255) = 12.5%
BLUE value IS 28 (11.33% from 255) = 87.5%
R=0%
G=12.5%
B=87.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal042810.8600.89231.431005.49
Hex041C6456059e7645
Octal043414412601313471445
Binary0100111001100100101011001011001111001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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