#071518

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

Shades of Black Pearl #071518

Tints of Black Pearl #071518

Color information

#071518 (or 0x071518) is unknown color: approx Black Pearl. HEX triplet: 07, 15 and 18. RGB value is (7,21,24). Sum of RGB (Red+Green+Blue) = 7+21+24=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 24 - color contains mainly: blue. Hex color #071518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071518 is #F8EAE7. Grayscale: #111111. Windows color (decimal): -16313064 or 1578247. OLE color: 1578247.

HSL color Cylindrical-coordinate representation of color #071518: hue angle of 190.59º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #071518 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB72124-
CMYK0.710.1300.91
HSL190.59º54.84%6.08%-
HSV(B)190.59º70.83%9.41%-
XYZ0.520.650.96-
YUV17.16131.86120.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.46%
GREEN value IS 21 (8.59% from 255) = 40.38%
BLUE value IS 24 (9.77% from 255) = 46.15%
R=13.46%
G=40.38%
B=46.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal721240.710.1300.91190.5954.846.08
Hex7151847D05Bbf376
Octal72530107150133277676
Binary1111010111000100011111010101101110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071518; }

 p { color: rgb(7,21,24); }

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

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

 a { background-color: rgb(7,21,24); }

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

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

 span { border-color: rgb(7,21,24); }

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