#071218

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

Shades of Black Pearl #071218

Tints of Black Pearl #071218

Color information

#071218 (or 0x071218) is unknown color: approx Black Pearl. HEX triplet: 07, 12 and 18. RGB value is (7,18,24). Sum of RGB (Red+Green+Blue) = 7+18+24=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #071218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071218 is #F8EDE7. Grayscale: #0F0F0F. Windows color (decimal): -16313832 or 1577479. OLE color: 1577479.

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

Color convert

RGB71824-
CMYK0.710.2500.91
HSL201.18º54.84%6.08%-
HSV(B)201.18º70.83%9.41%-
XYZ0.470.540.94-
YUV15.4132.86122.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.29%
GREEN value IS 18 (7.42% from 255) = 36.73%
BLUE value IS 24 (9.77% from 255) = 48.98%
R=14.29%
G=36.73%
B=48.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal718240.710.2500.91201.1854.846.08
Hex71218471905Bc9376
Octal72230107310133311676
Binary11110010110001000111110010101101111001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071218; }

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

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

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

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

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

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

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

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