#070D2E

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

Shades of Black Russian #070D2E

Tints of Black Russian #070D2E

Color information

#070D2E (or 0x070D2E) is unknown color: approx Black Russian. HEX triplet: 07, 0D and 2E. RGB value is (7,13,46). Sum of RGB (Red+Green+Blue) = 7+13+46=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 46 (18.36% from 255 or 69.70% from 66); Max value from RGB is 46 - color contains mainly: blue. Hex color #070D2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D2E is #F8F2D1. Grayscale: #0E0E0E. Windows color (decimal): -16315090 or 3017991. OLE color: 3017991.

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

Color convert

RGB71346-
CMYK0.850.7200.82
HSL230.77º73.58%10.39%-
HSV(B)230.77º84.78%18.04%-
XYZ0.720.532.65-
YUV14.97145.51122.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 13 (5.47% from 255) = 19.70%
BLUE value IS 46 (18.36% from 255) = 69.70%
R=10.61%
G=19.70%
B=69.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal713460.850.7200.82230.7773.5810.39
Hex7D2E5548052e74aa
Octal71556125110012234711212
Binary111110110111010101011001000010100101110011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,13,46); }

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

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

 a { background-color: rgb(7,13,46); }

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

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

 span { border-color: rgb(7,13,46); }

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