#07012E

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

Shades of Black Russian #07012E

Tints of Black Russian #07012E

Color information

#07012E (or 0x07012E) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 2E. RGB value is (7,1,46). Sum of RGB (Red+Green+Blue) = 7+1+46=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 46 (18.36% from 255 or 85.19% from 54); Max value from RGB is 46 - color contains mainly: blue. Hex color #07012E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07012E is #F8FED1. Grayscale: #070707. Windows color (decimal): -16318162 or 3014919. OLE color: 3014919.

HSL color Cylindrical-coordinate representation of color #07012E: hue angle of 248º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07012E is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB7146-
CMYK0.850.9800.82
HSL248º95.74%9.22%-
HSV(B)248º97.83%18.04%-
XYZ0.590.262.6-
YUV7.92149.49127.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.96%
GREEN value IS 1 (0.78% from 255) = 1.85%
BLUE value IS 46 (18.36% from 255) = 85.19%
R=12.96%
G=1.85%
B=85.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal71460.850.9800.8224895.749.22
Hex712E5562052f8609
Octal7156125142012237014011
Binary111110111010101011100010010100101111100011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07012E; }

 p { color: rgb(7,1,46); }

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

<style>
 a { background-color: #07012E; }

 a { background-color: rgb(7,1,46); }

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

<style>
 span { border-color: #07012E; }

 span { border-color: rgb(7,1,46); }

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