#041026

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

Shades of Black Russian #041026

Tints of Black Russian #041026

Color information

#041026 (or 0x041026) is unknown color: approx Black Russian. HEX triplet: 04, 10 and 26. RGB value is (4,16,38). Sum of RGB (Red+Green+Blue) = 4+16+38=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 38 (15.23% from 255 or 65.52% from 58); Max value from RGB is 38 - color contains mainly: blue. Hex color #041026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041026 is #FBEFD9. Grayscale: #0E0E0E. Windows color (decimal): -16510938 or 2494468. OLE color: 2494468.

HSL color Cylindrical-coordinate representation of color #041026: hue angle of 218.82º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #041026 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB41638-
CMYK0.890.5800.85
HSL218.82º80.95%8.24%-
HSV(B)218.82º89.47%14.9%-
XYZ0.590.541.91-
YUV14.92141.02120.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.90%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 38 (15.23% from 255) = 65.52%
R=6.90%
G=27.59%
B=65.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal416380.890.5800.85218.8280.958.24
Hex41026593A055db518
Octal4204613172012533312110
Binary100100001001101011001111010010101011101101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041026; }

 p { color: rgb(4,16,38); }

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

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

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

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

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

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

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