#081718

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

Shades of Black Pearl #081718

Tints of Black Pearl #081718

Color information

#081718 (or 0x081718) is unknown color: approx Black Pearl. HEX triplet: 08, 17 and 18. RGB value is (8,23,24). Sum of RGB (Red+Green+Blue) = 8+23+24=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #081718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081718 is #F7E8E7. Grayscale: #121212. Windows color (decimal): -16247016 or 1578760. OLE color: 1578760.

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

Color convert

RGB82324-
CMYK0.670.0400.91
HSL183.75º50%6.27%-
HSV(B)183.75º66.67%9.41%-
XYZ0.570.730.98-
YUV18.63131.03120.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.55%
GREEN value IS 23 (9.38% from 255) = 41.82%
BLUE value IS 24 (9.77% from 255) = 43.64%
R=14.55%
G=41.82%
B=43.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal823240.670.0400.91183.75506.27
Hex8171843405Bb8326
Octal10273010340133270626
Binary1000101111100010000111000101101110111000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081718; }

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

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

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

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

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

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

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

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