#040725

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

Shades of Black Russian #040725

Tints of Black Russian #040725

Color information

#040725 (or 0x040725) is unknown color: approx Black Russian. HEX triplet: 04, 07 and 25. RGB value is (4,7,37). Sum of RGB (Red+Green+Blue) = 4+7+37=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 37 (14.84% from 255 or 77.08% from 48); Max value from RGB is 37 - color contains mainly: blue. Hex color #040725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040725 is #FBF8DA. Grayscale: #090909. Windows color (decimal): -16513243 or 2426628. OLE color: 2426628.

HSL color Cylindrical-coordinate representation of color #040725: hue angle of 234.55º 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 #040725 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB4737-
CMYK0.890.8100.85
HSL234.55º80.49%8.04%-
HSV(B)234.55º89.19%14.51%-
XYZ0.460.311.79-
YUV9.52143.51124.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.33%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 37 (14.84% from 255) = 77.08%
R=8.33%
G=14.58%
B=77.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal47370.890.8100.85234.5580.498.04
Hex47255951055eb508
Octal4745131121012535312010
Binary10011110010110110011010001010101011110101110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040725; }

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

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

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

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

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

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

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

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