#07012F

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

Shades of Black Russian #07012F

Tints of Black Russian #07012F

Color information

#07012F (or 0x07012F) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 2F. RGB value is (7,1,47). Sum of RGB (Red+Green+Blue) = 7+1+47=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 47 (18.75% from 255 or 85.45% from 55); Max value from RGB is 47 - color contains mainly: blue. Hex color #07012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07012F is #F8FED0. Grayscale: #070707. Windows color (decimal): -16318161 or 3080455. OLE color: 3080455.

HSL color Cylindrical-coordinate representation of color #07012F: hue angle of 247.83º 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 #07012F is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB7147-
CMYK0.850.9800.82
HSL247.83º95.83%9.41%-
HSV(B)247.83º97.87%18.43%-
XYZ0.610.272.71-
YUV8.04149.99127.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.73%
GREEN value IS 1 (0.78% from 255) = 1.82%
BLUE value IS 47 (18.75% from 255) = 85.45%
R=12.73%
G=1.82%
B=85.45%

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
Decimal71470.850.9800.82247.8395.839.41
Hex712F5562052f8609
Octal7157125142012237014011
Binary111110111110101011100010010100101111100011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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