#04081A

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

Shades of Black Russian #04081A

Tints of Black Russian #04081A

Color information

#04081A (or 0x04081A) is unknown color: approx Black Russian. HEX triplet: 04, 08 and 1A. RGB value is (4,8,26). Sum of RGB (Red+Green+Blue) = 4+8+26=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 26 (10.55% from 255 or 68.42% from 38); Max value from RGB is 26 - color contains mainly: blue. Hex color #04081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04081A is #FBF7E5. Grayscale: #080808. Windows color (decimal): -16512998 or 1705988. OLE color: 1705988.

HSL color Cylindrical-coordinate representation of color #04081A: hue angle of 229.09º 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 #04081A is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB4826-
CMYK0.850.6900.90
HSL229.09º73.33%5.88%-
HSV(B)229.09º84.62%10.2%-
XYZ0.320.271.01-
YUV8.86137.67124.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.53%
GREEN value IS 8 (3.52% from 255) = 21.05%
BLUE value IS 26 (10.55% from 255) = 68.42%
R=10.53%
G=21.05%
B=68.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal48260.850.6900.90229.0973.335.88
Hex481A554505Ae5496
Octal4103212510501323451116
Binary1001000110101010101100010101011010111001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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