#070C2F

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

Shades of Black Russian #070C2F

Tints of Black Russian #070C2F

Color information

#070C2F (or 0x070C2F) is unknown color: approx Black Russian. HEX triplet: 07, 0C and 2F. RGB value is (7,12,47). Sum of RGB (Red+Green+Blue) = 7+12+47=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #070C2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C2F is #F8F3D0. Grayscale: #0E0E0E. Windows color (decimal): -16315345 or 3083271. OLE color: 3083271.

HSL color Cylindrical-coordinate representation of color #070C2F: hue angle of 232.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 #070C2F is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB71247-
CMYK0.850.7400.82
HSL232.5º74.07%10.59%-
HSV(B)232.5º85.11%18.43%-
XYZ0.730.512.75-
YUV14.5146.34122.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 47 (18.75% from 255) = 71.21%
R=10.61%
G=18.18%
B=71.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal712470.850.7400.82232.574.0710.59
Hex7C2F554A052e84ab
Octal71457125112012235011213
Binary111110010111110101011001010010100101110100010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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