#04010A

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

Shades of Black Russian #04010A

Tints of Black Russian #04010A

Color information

#04010A (or 0x04010A) is unknown color: approx Black Russian. HEX triplet: 04, 01 and 0A. RGB value is (4,1,10). Sum of RGB (Red+Green+Blue) = 4+1+10=15 (1% of max value = 765). Red value is 4 (1.95% from 255 or 26.67% from 15); Green value is 1 (0.78% from 255 or 6.67% from 15); Blue value is 10 (4.30% from 255 or 66.67% from 15); Max value from RGB is 10 - color contains mainly: blue. Hex color #04010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04010A is #FBFEF5. Grayscale: #020202. Windows color (decimal): -16514806 or 655620. OLE color: 655620.

HSL color Cylindrical-coordinate representation of color #04010A: hue angle of 260º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04010A is Cyan = 0.6, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB4110-
CMYK0.60.9000.96
HSL260º81.82%2.16%-
HSV(B)260º90%3.92%-
XYZ0.120.070.29-
YUV2.92131.99128.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 26.67%
GREEN value IS 1 (0.78% from 255) = 6.67%
BLUE value IS 10 (4.30% from 255) = 66.67%
R=26.67%
G=6.67%
B=66.67%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal41100.60.9000.9626081.822.16
Hex41A3C5A060104522
Octal41127413201404041222
Binary10011010111100101101001100000100000100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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