#081218

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

Shades of Black Pearl #081218

Tints of Black Pearl #081218

Color information

#081218 (or 0x081218) is unknown color: approx Black Pearl. HEX triplet: 08, 12 and 18. RGB value is (8,18,24). Sum of RGB (Red+Green+Blue) = 8+18+24=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #081218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081218 is #F7EDE7. Grayscale: #0F0F0F. Windows color (decimal): -16248296 or 1577480. OLE color: 1577480.

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

Color convert

RGB81824-
CMYK0.670.2500.91
HSL202.5º50%6.27%-
HSV(B)202.5º66.67%9.41%-
XYZ0.480.550.94-
YUV15.69132.69122.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16%
GREEN value IS 18 (7.42% from 255) = 36%
BLUE value IS 24 (9.77% from 255) = 48%
R=16%
G=36%
B=48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal818240.670.2500.91202.5506.27
Hex81218431905Bca326
Octal102230103310133312626
Binary100010010110001000011110010101101111001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081218; }

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

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

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

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

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

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

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

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