#07111D

Color #07111D Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #07111D

Tints of Black Pearl #07111D

Color information

#07111D (or 0x07111D) is unknown color: approx Black Pearl. HEX triplet: 07, 11 and 1D. RGB value is (7,17,29). Sum of RGB (Red+Green+Blue) = 7+17+29=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #07111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07111D is #F8EEE2. Grayscale: #0F0F0F. Windows color (decimal): -16314083 or 1904903. OLE color: 1904903.

HSL color Cylindrical-coordinate representation of color #07111D: hue angle of 212.73º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #07111D is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB71729-
CMYK0.760.4100.89
HSL212.73º61.11%7.06%-
HSV(B)212.73º75.86%11.37%-
XYZ0.510.531.24-
YUV15.38135.69122.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.21%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 29 (11.72% from 255) = 54.72%
R=13.21%
G=32.08%
B=54.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal717290.760.4100.89212.7361.117.06
Hex7111D4C29059d53d7
Octal72135114510131325757
Binary111100011110110011001010010101100111010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07111D; }

 p { color: rgb(7,17,29); }

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

<style>
 a { background-color: #07111D; }

 a { background-color: rgb(7,17,29); }

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

<style>
 span { border-color: #07111D; }

 span { border-color: rgb(7,17,29); }

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