#040025

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

Shades of Black Russian #040025

Tints of Black Russian #040025

Color information

#040025 (or 0x040025) is unknown color: approx Black Russian. HEX triplet: 04, 00 and 25. RGB value is (4,0,37). Sum of RGB (Red+Green+Blue) = 4+0+37=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 37 (14.84% from 255 or 90.24% from 41); Max value from RGB is 37 - color contains mainly: blue. Hex color #040025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040025 is #FBFFDA. Grayscale: #050505. Windows color (decimal): -16515035 or 2424836. OLE color: 2424836.

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

Color convert

RGB4037-
CMYK0.89100.85
HSL246.49º100%7.25%-
HSV(B)246.49º100%14.51%-
XYZ0.380.161.76-
YUV5.41145.83126.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 90.24%
R=9.76%
G=0%
B=90.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal40370.89100.85246.491007.25
Hex40255964055f6647
Octal404513114401253661447
Binary10001001011011001110010001010101111101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040025; }

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

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

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

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

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

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

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

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