#071418

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

Shades of Black Pearl #071418

Tints of Black Pearl #071418

Color information

#071418 (or 0x071418) is unknown color: approx Black Pearl. HEX triplet: 07, 14 and 18. RGB value is (7,20,24). Sum of RGB (Red+Green+Blue) = 7+20+24=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #071418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071418 is #F8EBE7. Grayscale: #101010. Windows color (decimal): -16313320 or 1577991. OLE color: 1577991.

HSL color Cylindrical-coordinate representation of color #071418: hue angle of 194.12º 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 #071418 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB72024-
CMYK0.710.1700.91
HSL194.12º54.84%6.08%-
HSV(B)194.12º70.83%9.41%-
XYZ0.50.610.96-
YUV16.57132.19121.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.73%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=13.73%
G=39.22%
B=47.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal720240.710.1700.91194.1254.846.08
Hex71418471105Bc2376
Octal72430107210133302676
Binary11110100110001000111100010101101111000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071418; }

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

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

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

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

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

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

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

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