#070F2B

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

Shades of Black Russian #070F2B

Tints of Black Russian #070F2B

Color information

#070F2B (or 0x070F2B) is unknown color: approx Black Russian. HEX triplet: 07, 0F and 2B. RGB value is (7,15,43). Sum of RGB (Red+Green+Blue) = 7+15+43=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 43 (17.19% from 255 or 66.15% from 65); Max value from RGB is 43 - color contains mainly: blue. Hex color #070F2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F2B is #F8F0D4. Grayscale: #0F0F0F. Windows color (decimal): -16314581 or 2821895. OLE color: 2821895.

HSL color Cylindrical-coordinate representation of color #070F2B: hue angle of 226.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #070F2B is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB71543-
CMYK0.840.6500.83
HSL226.67º72%9.8%-
HSV(B)226.67º83.72%16.86%-
XYZ0.690.562.36-
YUV15.8143.35121.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.77%
GREEN value IS 15 (6.25% from 255) = 23.08%
BLUE value IS 43 (17.19% from 255) = 66.15%
R=10.77%
G=23.08%
B=66.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal715430.840.6500.83226.67729.8
Hex7F2B5441053e348a
Octal71753124101012334311012
Binary111111110101110101001000001010100111110001110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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