#070A2F

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

Shades of Black Russian #070A2F

Tints of Black Russian #070A2F

Color information

#070A2F (or 0x070A2F) is unknown color: approx Black Russian. HEX triplet: 07, 0A and 2F. RGB value is (7,10,47). Sum of RGB (Red+Green+Blue) = 7+10+47=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 47 (18.75% from 255 or 73.44% from 64); Max value from RGB is 47 - color contains mainly: blue. Hex color #070A2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A2F is #F8F5D0. Grayscale: #0D0D0D. Windows color (decimal): -16315857 or 3082759. OLE color: 3082759.

HSL color Cylindrical-coordinate representation of color #070A2F: hue angle of 235.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #070A2F is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB71047-
CMYK0.850.7900.82
HSL235.5º74.07%10.59%-
HSV(B)235.5º85.11%18.43%-
XYZ0.710.472.74-
YUV13.32147.01123.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.94%
GREEN value IS 10 (4.30% from 255) = 15.62%
BLUE value IS 47 (18.75% from 255) = 73.44%
R=10.94%
G=15.62%
B=73.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal710470.850.7900.82235.574.0710.59
Hex7A2F554F052ec4ab
Octal71257125117012235411213
Binary111101010111110101011001111010100101110110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070A2F; }

 p { color: rgb(7,10,47); }

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

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

 a { background-color: rgb(7,10,47); }

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

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

 span { border-color: rgb(7,10,47); }

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