#08161D

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

Shades of Black Pearl #08161D

Tints of Black Pearl #08161D

Color information

#08161D (or 0x08161D) is unknown color: approx Black Pearl. HEX triplet: 08, 16 and 1D. RGB value is (8,22,29). Sum of RGB (Red+Green+Blue) = 8+22+29=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #08161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08161D is #F7E9E2. Grayscale: #121212. Windows color (decimal): -16247267 or 1906184. OLE color: 1906184.

HSL color Cylindrical-coordinate representation of color #08161D: hue angle of 200º 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 #08161D is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB82229-
CMYK0.720.2400.89
HSL200º56.76%7.25%-
HSV(B)200º72.41%11.37%-
XYZ0.610.711.27-
YUV18.61133.86120.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 22 (8.98% from 255) = 37.29%
BLUE value IS 29 (11.72% from 255) = 49.15%
R=13.56%
G=37.29%
B=49.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal822290.720.2400.8920056.767.25
Hex8161D4818059c8397
Octal102635110300131310717
Binary100010110111011001000110000101100111001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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