#081118

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

Shades of Black Pearl #081118

Tints of Black Pearl #081118

Color information

#081118 (or 0x081118) is unknown color: approx Black Pearl. HEX triplet: 08, 11 and 18. RGB value is (8,17,24). Sum of RGB (Red+Green+Blue) = 8+17+24=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 17 (7.03% from 255 or 34.69% 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 #081118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081118 is #F7EEE7. Grayscale: #0F0F0F. Windows color (decimal): -16248552 or 1577224. OLE color: 1577224.

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

Color convert

RGB81724-
CMYK0.670.2900.91
HSL206.25º50%6.27%-
HSV(B)206.25º66.67%9.41%-
XYZ0.470.520.94-
YUV15.11133.02122.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.33%
GREEN value IS 17 (7.03% from 255) = 34.69%
BLUE value IS 24 (9.77% from 255) = 48.98%
R=16.33%
G=34.69%
B=48.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal817240.670.2900.91206.25506.27
Hex81118431D05Bce326
Octal102130103350133316626
Binary100010001110001000011111010101101111001110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081118; }

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

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

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

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

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

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

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

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