#040C25

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

Shades of Black Russian #040C25

Tints of Black Russian #040C25

Color information

#040C25 (or 0x040C25) is unknown color: approx Black Russian. HEX triplet: 04, 0C and 25. RGB value is (4,12,37). Sum of RGB (Red+Green+Blue) = 4+12+37=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #040C25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040C25 is #FBF3DA. Grayscale: #0C0C0C. Windows color (decimal): -16511963 or 2427908. OLE color: 2427908.

HSL color Cylindrical-coordinate representation of color #040C25: hue angle of 225.45º degrees, saturation: 0.8, 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 #040C25 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB41237-
CMYK0.890.6800.85
HSL225.45º80.49%8.04%-
HSV(B)225.45º89.19%14.51%-
XYZ0.520.421.8-
YUV12.46141.85121.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.55%
GREEN value IS 12 (5.08% from 255) = 22.64%
BLUE value IS 37 (14.84% from 255) = 69.81%
R=7.55%
G=22.64%
B=69.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal412370.890.6800.85225.4580.498.04
Hex4C255944055e1508
Octal41445131104012534112010
Binary100110010010110110011000100010101011110000110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040C25; }

 p { color: rgb(4,12,37); }

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

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

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

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

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

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

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