#081018

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

Shades of Black Pearl #081018

Tints of Black Pearl #081018

Color information

#081018 (or 0x081018) is unknown color: approx Black Pearl. HEX triplet: 08, 10 and 18. RGB value is (8,16,24). Sum of RGB (Red+Green+Blue) = 8+16+24=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #081018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081018 is #F7EFE7. Grayscale: #0E0E0E. Windows color (decimal): -16248808 or 1576968. OLE color: 1576968.

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

Color convert

RGB81624-
CMYK0.670.3300.91
HSL210º50%6.27%-
HSV(B)210º66.67%9.41%-
XYZ0.450.490.93-
YUV14.52133.35123.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.67%
GREEN value IS 16 (6.64% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal816240.670.3300.91210506.27
Hex81018432105Bd2326
Octal102030103410133322626
Binary1000100001100010000111000010101101111010010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081018; }

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

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

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

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

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

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

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

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