#070F2D

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

Shades of Black Russian #070F2D

Tints of Black Russian #070F2D

Color information

#070F2D (or 0x070F2D) is unknown color: approx Black Russian. HEX triplet: 07, 0F and 2D. RGB value is (7,15,45). Sum of RGB (Red+Green+Blue) = 7+15+45=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #070F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F2D is #F8F0D2. Grayscale: #0F0F0F. Windows color (decimal): -16314579 or 2952967. OLE color: 2952967.

HSL color Cylindrical-coordinate representation of color #070F2D: hue angle of 227.37º 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 #070F2D is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB71545-
CMYK0.840.6700.82
HSL227.37º73.08%10.2%-
HSV(B)227.37º84.44%17.65%-
XYZ0.730.582.56-
YUV16.03144.35121.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.45%
GREEN value IS 15 (6.25% from 255) = 22.39%
BLUE value IS 45 (17.97% from 255) = 67.16%
R=10.45%
G=22.39%
B=67.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal715450.840.6700.82227.3773.0810.2
Hex7F2D5443052e349a
Octal71755124103012234311112
Binary111111110110110101001000011010100101110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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