#08151E

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

Shades of Black Pearl #08151E

Tints of Black Pearl #08151E

Color information

#08151E (or 0x08151E) is unknown color: approx Black Pearl. HEX triplet: 08, 15 and 1E. RGB value is (8,21,30). Sum of RGB (Red+Green+Blue) = 8+21+30=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #08151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08151E is #F7EAE1. Grayscale: #121212. Windows color (decimal): -16247522 or 1971464. OLE color: 1971464.

HSL color Cylindrical-coordinate representation of color #08151E: hue angle of 204.55º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #08151E is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB82130-
CMYK0.730.3000.88
HSL204.55º57.89%7.45%-
HSV(B)204.55º73.33%11.76%-
XYZ0.60.681.33-
YUV18.14134.69120.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 21 (8.59% from 255) = 35.59%
BLUE value IS 30 (12.11% from 255) = 50.85%
R=13.56%
G=35.59%
B=50.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal821300.730.3000.88204.5557.897.45
Hex8151E491E058cd3a7
Octal102536111360130315727
Binary100010101111101001001111100101100011001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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