#070025

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

Shades of Black Russian #070025

Tints of Black Russian #070025

Color information

#070025 (or 0x070025) is unknown color: approx Black Russian. HEX triplet: 07, 00 and 25. RGB value is (7,0,37). Sum of RGB (Red+Green+Blue) = 7+0+37=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 37 (14.84% from 255 or 84.09% from 44); Max value from RGB is 37 - color contains mainly: blue. Hex color #070025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070025 is #F8FFDA. Grayscale: #060606. Windows color (decimal): -16318427 or 2424839. OLE color: 2424839.

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

Color convert

RGB7037-
CMYK0.81100.85
HSL251.35º100%7.25%-
HSV(B)251.35º100%14.51%-
XYZ0.420.181.76-
YUV6.31145.32128.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 84.09%
R=15.91%
G=0%
B=84.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal70370.81100.85251.351007.25
Hex70255164055fb647
Octal704512114401253731447
Binary11101001011010001110010001010101111110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070025; }

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

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

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

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

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

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

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

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