#08181B

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

Shades of Black Pearl #08181B

Tints of Black Pearl #08181B

Color information

#08181B (or 0x08181B) is unknown color: approx Black Pearl. HEX triplet: 08, 18 and 1B. RGB value is (8,24,27). Sum of RGB (Red+Green+Blue) = 8+24+27=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 27 - color contains mainly: blue. Hex color #08181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08181B is #F7E7E4. Grayscale: #131313. Windows color (decimal): -16246757 or 1775624. OLE color: 1775624.

HSL color Cylindrical-coordinate representation of color #08181B: hue angle of 189.47º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #08181B is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB82427-
CMYK0.700.1100.89
HSL189.47º54.29%6.86%-
HSV(B)189.47º70.37%10.59%-
XYZ0.620.781.16-
YUV19.56132.2119.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 24 (9.77% from 255) = 40.68%
BLUE value IS 27 (10.94% from 255) = 45.76%
R=13.56%
G=40.68%
B=45.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal824270.700.1100.89189.4754.296.86
Hex8181B46B059bd367
Octal103033106130131275667
Binary10001100011011100011010110101100110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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