#070825

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

Shades of Black Russian #070825

Tints of Black Russian #070825

Color information

#070825 (or 0x070825) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 25. RGB value is (7,8,37). Sum of RGB (Red+Green+Blue) = 7+8+37=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 37 (14.84% from 255 or 71.15% from 52); Max value from RGB is 37 - color contains mainly: blue. Hex color #070825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070825 is #F8F7DA. Grayscale: #0A0A0A. Windows color (decimal): -16316379 or 2426887. OLE color: 2426887.

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

Color convert

RGB7837-
CMYK0.810.7800.85
HSL238º68.18%8.63%-
HSV(B)238º81.08%14.51%-
XYZ0.510.351.79-
YUV11.01142.67125.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.46%
GREEN value IS 8 (3.52% from 255) = 15.38%
BLUE value IS 37 (14.84% from 255) = 71.15%
R=13.46%
G=15.38%
B=71.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal78370.810.7800.8523868.188.63
Hex7825514E055ee449
Octal71045121116012535610411
Binary111100010010110100011001110010101011110111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070825; }

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

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

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

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

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

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

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

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