#070C2D

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

Shades of Black Russian #070C2D

Tints of Black Russian #070C2D

Color information

#070C2D (or 0x070C2D) is unknown color: approx Black Russian. HEX triplet: 07, 0C and 2D. RGB value is (7,12,45). Sum of RGB (Red+Green+Blue) = 7+12+45=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 45 (17.97% from 255 or 70.31% from 64); Max value from RGB is 45 - color contains mainly: blue. Hex color #070C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C2D is #F8F3D2. Grayscale: #0E0E0E. Windows color (decimal): -16315347 or 2952199. OLE color: 2952199.

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

Color convert

RGB71245-
CMYK0.840.7300.82
HSL232.11º73.08%10.2%-
HSV(B)232.11º84.44%17.65%-
XYZ0.690.52.54-
YUV14.27145.34122.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.94%
GREEN value IS 12 (5.08% from 255) = 18.75%
BLUE value IS 45 (17.97% from 255) = 70.31%
R=10.94%
G=18.75%
B=70.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal712450.840.7300.82232.1173.0810.2
Hex7C2D5449052e849a
Octal71455124111012235011112
Binary111110010110110101001001001010100101110100010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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