#08181D

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

Shades of Black Pearl #08181D

Tints of Black Pearl #08181D

Color information

#08181D (or 0x08181D) is unknown color: approx Black Pearl. HEX triplet: 08, 18 and 1D. RGB value is (8,24,29). Sum of RGB (Red+Green+Blue) = 8+24+29=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: blue. Hex color #08181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08181D is #F7E7E2. Grayscale: #131313. Windows color (decimal): -16246755 or 1906696. OLE color: 1906696.

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

Color convert

RGB82429-
CMYK0.720.1700.89
HSL194.29º56.76%7.25%-
HSV(B)194.29º72.41%11.37%-
XYZ0.650.791.28-
YUV19.79133.2119.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.11%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 29 (11.72% from 255) = 47.54%
R=13.11%
G=39.34%
B=47.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal824290.720.1700.89194.2956.767.25
Hex8181D4811059c2397
Octal103035110210131302717
Binary100011000111011001000100010101100111000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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