#04012D

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

Shades of Black Russian #04012D

Tints of Black Russian #04012D

Color information

#04012D (or 0x04012D) is unknown color: approx Black Russian. HEX triplet: 04, 01 and 2D. RGB value is (4,1,45). Sum of RGB (Red+Green+Blue) = 4+1+45=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 45 (17.97% from 255 or 90% from 50); Max value from RGB is 45 - color contains mainly: blue. Hex color #04012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04012D is #FBFED2. Grayscale: #060606. Windows color (decimal): -16514771 or 2949380. OLE color: 2949380.

HSL color Cylindrical-coordinate representation of color #04012D: hue angle of 244.09º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04012D is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB4145-
CMYK0.910.9800.82
HSL244.09º95.65%9.02%-
HSV(B)244.09º97.78%17.65%-
XYZ0.530.242.5-
YUV6.91149.49125.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8%
GREEN value IS 1 (0.78% from 255) = 2%
BLUE value IS 45 (17.97% from 255) = 90%
R=8%
G=2%
B=90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal41450.910.9800.82244.0995.659.02
Hex412D5B62052f4609
Octal4155133142012236414011
Binary100110110110110111100010010100101111010011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04012D; }

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

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

<style>
 a { background-color: #04012D; }

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

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

<style>
 span { border-color: #04012D; }

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

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