#070225

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

Shades of Black Russian #070225

Tints of Black Russian #070225

Color information

#070225 (or 0x070225) is unknown color: approx Black Russian. HEX triplet: 07, 02 and 25. RGB value is (7,2,37). Sum of RGB (Red+Green+Blue) = 7+2+37=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 37 (14.84% from 255 or 80.43% from 46); Max value from RGB is 37 - color contains mainly: blue. Hex color #070225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070225 is #F8FDDA. Grayscale: #070707. Windows color (decimal): -16317915 or 2425351. OLE color: 2425351.

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

Color convert

RGB7237-
CMYK0.810.9500.85
HSL248.57º89.74%7.65%-
HSV(B)248.57º94.59%14.51%-
XYZ0.440.221.77-
YUV7.48144.66127.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.22%
GREEN value IS 2 (1.17% from 255) = 4.35%
BLUE value IS 37 (14.84% from 255) = 80.43%
R=15.22%
G=4.35%
B=80.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal72370.810.9500.85248.5789.747.65
Hex7225515F055f95a8
Octal7245121137012537113210
Binary1111010010110100011011111010101011111100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070225; }

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

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

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

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

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

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

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

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