#08161B

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

Shades of Black Pearl #08161B

Tints of Black Pearl #08161B

Color information

#08161B (or 0x08161B) is unknown color: approx Black Pearl. HEX triplet: 08, 16 and 1B. RGB value is (8,22,27). Sum of RGB (Red+Green+Blue) = 8+22+27=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #08161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08161B is #F7E9E4. Grayscale: #121212. Windows color (decimal): -16247269 or 1775112. OLE color: 1775112.

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

Color convert

RGB82227-
CMYK0.700.1900.89
HSL195.79º54.29%6.86%-
HSV(B)195.79º70.37%10.59%-
XYZ0.580.71.14-
YUV18.38132.86120.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.04%
GREEN value IS 22 (8.98% from 255) = 38.60%
BLUE value IS 27 (10.94% from 255) = 47.37%
R=14.04%
G=38.60%
B=47.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal822270.700.1900.89195.7954.296.86
Hex8161B4613059c4367
Octal102633106230131304667
Binary100010110110111000110100110101100111000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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