#04041A

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

Shades of Black Russian #04041A

Tints of Black Russian #04041A

Color information

#04041A (or 0x04041A) is unknown color: approx Black Russian. HEX triplet: 04, 04 and 1A. RGB value is (4,4,26). Sum of RGB (Red+Green+Blue) = 4+4+26=34 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.76% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 26 (10.55% from 255 or 76.47% from 34); Max value from RGB is 26 - color contains mainly: blue. Hex color #04041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04041A is #FBFBE5. Grayscale: #060606. Windows color (decimal): -16514022 or 1704964. OLE color: 1704964.

HSL color Cylindrical-coordinate representation of color #04041A: hue angle of 240º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #04041A is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB4426-
CMYK0.850.8500.90
HSL240º73.33%5.88%-
HSV(B)240º84.62%10.2%-
XYZ0.280.191-
YUV6.51139126.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 11.76%
GREEN value IS 4 (1.95% from 255) = 11.76%
BLUE value IS 26 (10.55% from 255) = 76.47%
R=11.76%
G=11.76%
B=76.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal44260.850.8500.9024073.335.88
Hex441A555505Af0496
Octal443212512501323601116
Binary100100110101010101101010101011010111100001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04041A; }

 p { color: rgb(4,4,26); }

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

<style>
 a { background-color: #04041A; }

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

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

<style>
 span { border-color: #04041A; }

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

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