#08151B

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

Shades of Black Pearl #08151B

Tints of Black Pearl #08151B

Color information

#08151B (or 0x08151B) is unknown color: approx Black Pearl. HEX triplet: 08, 15 and 1B. RGB value is (8,21,27). Sum of RGB (Red+Green+Blue) = 8+21+27=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #08151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08151B is #F7EAE4. Grayscale: #111111. Windows color (decimal): -16247525 or 1774856. OLE color: 1774856.

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

Color convert

RGB82127-
CMYK0.700.2200.89
HSL198.95º54.29%6.86%-
HSV(B)198.95º70.37%10.59%-
XYZ0.570.671.14-
YUV17.8133.19121.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.29%
GREEN value IS 21 (8.59% from 255) = 37.5%
BLUE value IS 27 (10.94% from 255) = 48.21%
R=14.29%
G=37.5%
B=48.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal821270.700.2200.89198.9554.296.86
Hex8151B4616059c7367
Octal102533106260131307667
Binary100010101110111000110101100101100111000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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