#080E18

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

Shades of Black Pearl #080E18

Tints of Black Pearl #080E18

Color information

#080E18 (or 0x080E18) is unknown color: approx Black Pearl. HEX triplet: 08, 0E and 18. RGB value is (8,14,24). Sum of RGB (Red+Green+Blue) = 8+14+24=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #080E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E18 is #F7F1E7. Grayscale: #0D0D0D. Windows color (decimal): -16249320 or 1576456. OLE color: 1576456.

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

Color convert

RGB81424-
CMYK0.670.4200.91
HSL217.5º50%6.27%-
HSV(B)217.5º66.67%9.41%-
XYZ0.420.430.93-
YUV13.35134.01124.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.39%
GREEN value IS 14 (5.86% from 255) = 30.43%
BLUE value IS 24 (9.77% from 255) = 52.17%
R=17.39%
G=30.43%
B=52.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal814240.670.4200.91217.5506.27
Hex8E18432A05Bda326
Octal101630103520133332626
Binary100011101100010000111010100101101111011010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080E18; }

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

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

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

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

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

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

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

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