#081318

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

Shades of Black Pearl #081318

Tints of Black Pearl #081318

Color information

#081318 (or 0x081318) is unknown color: approx Black Pearl. HEX triplet: 08, 13 and 18. RGB value is (8,19,24). Sum of RGB (Red+Green+Blue) = 8+19+24=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 19 (7.81% from 255 or 37.25% 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 #081318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081318 is #F7ECE7. Grayscale: #101010. Windows color (decimal): -16248040 or 1577736. OLE color: 1577736.

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

Color convert

RGB81924-
CMYK0.670.2100.91
HSL198.75º50%6.27%-
HSV(B)198.75º66.67%9.41%-
XYZ0.50.580.95-
YUV16.28132.36122.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.69%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=15.69%
G=37.25%
B=47.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal819240.670.2100.91198.75506.27
Hex81318431505Bc7326
Octal102330103250133307626
Binary100010011110001000011101010101101111000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081318; }

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

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

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

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

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

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

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

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