#070D2D

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

Shades of Black Russian #070D2D

Tints of Black Russian #070D2D

Color information

#070D2D (or 0x070D2D) is unknown color: approx Black Russian. HEX triplet: 07, 0D and 2D. RGB value is (7,13,45). Sum of RGB (Red+Green+Blue) = 7+13+45=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #070D2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D2D is #F8F2D2. Grayscale: #0E0E0E. Windows color (decimal): -16315091 or 2952455. OLE color: 2952455.

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

Color convert

RGB71345-
CMYK0.840.7100.82
HSL230.53º73.08%10.2%-
HSV(B)230.53º84.44%17.65%-
XYZ0.710.522.55-
YUV14.85145.01122.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.77%
GREEN value IS 13 (5.47% from 255) = 20%
BLUE value IS 45 (17.97% from 255) = 69.23%
R=10.77%
G=20%
B=69.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal713450.840.7100.82230.5373.0810.2
Hex7D2D5447052e749a
Octal71555124107012234711112
Binary111110110110110101001000111010100101110011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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