#071025

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

Shades of Black Russian #071025

Tints of Black Russian #071025

Color information

#071025 (or 0x071025) is unknown color: approx Black Russian. HEX triplet: 07, 10 and 25. RGB value is (7,16,37). Sum of RGB (Red+Green+Blue) = 7+16+37=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #071025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071025 is #F8EFDA. Grayscale: #0F0F0F. Windows color (decimal): -16314331 or 2428935. OLE color: 2428935.

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

Color convert

RGB71637-
CMYK0.810.5700.85
HSL222º68.18%8.63%-
HSV(B)222º81.08%14.51%-
XYZ0.610.551.82-
YUV15.7140.02121.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.67%
GREEN value IS 16 (6.64% from 255) = 26.67%
BLUE value IS 37 (14.84% from 255) = 61.67%
R=11.67%
G=26.67%
B=61.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal716370.810.5700.8522268.188.63
Hex710255139055de449
Octal7204512171012533610411
Binary111100001001011010001111001010101011101111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071025; }

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

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

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

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

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

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

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

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