#070925

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

Shades of Black Russian #070925

Tints of Black Russian #070925

Color information

#070925 (or 0x070925) is unknown color: approx Black Russian. HEX triplet: 07, 09 and 25. RGB value is (7,9,37). Sum of RGB (Red+Green+Blue) = 7+9+37=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #070925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070925 is #F8F6DA. Grayscale: #0B0B0B. Windows color (decimal): -16316123 or 2427143. OLE color: 2427143.

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

Color convert

RGB7937-
CMYK0.810.7600.85
HSL236º68.18%8.63%-
HSV(B)236º81.08%14.51%-
XYZ0.520.371.8-
YUV11.59142.34124.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.21%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 37 (14.84% from 255) = 69.81%
R=13.21%
G=16.98%
B=69.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal79370.810.7600.8523668.188.63
Hex7925514C055ec449
Octal71145121114012535410411
Binary111100110010110100011001100010101011110110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070925; }

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

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

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

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

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

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

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

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