#08181E

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

Shades of Black Pearl #08181E

Tints of Black Pearl #08181E

Color information

#08181E (or 0x08181E) is unknown color: approx Black Pearl. HEX triplet: 08, 18 and 1E. RGB value is (8,24,30). Sum of RGB (Red+Green+Blue) = 8+24+30=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #08181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08181E is #F7E7E1. Grayscale: #131313. Windows color (decimal): -16246754 or 1972232. OLE color: 1972232.

HSL color Cylindrical-coordinate representation of color #08181E: hue angle of 196.36º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #08181E is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB82430-
CMYK0.730.2000.88
HSL196.36º57.89%7.45%-
HSV(B)196.36º73.33%11.76%-
XYZ0.660.81.35-
YUV19.9133.7119.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.90%
GREEN value IS 24 (9.77% from 255) = 38.71%
BLUE value IS 30 (12.11% from 255) = 48.39%
R=12.90%
G=38.71%
B=48.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal824300.730.2000.88196.3657.897.45
Hex8181E4914058c43a7
Octal103036111240130304727
Binary100011000111101001001101000101100011000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08181E; }

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

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

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

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

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

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

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

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