#08111E

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

Shades of Black Pearl #08111E

Tints of Black Pearl #08111E

Color information

#08111E (or 0x08111E) is unknown color: approx Black Pearl. HEX triplet: 08, 11 and 1E. RGB value is (8,17,30). Sum of RGB (Red+Green+Blue) = 8+17+30=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #08111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08111E is #F7EEE1. Grayscale: #0F0F0F. Windows color (decimal): -16248546 or 1970440. OLE color: 1970440.

HSL color Cylindrical-coordinate representation of color #08111E: hue angle of 215.45º 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 #08111E is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB81730-
CMYK0.730.4300.88
HSL215.45º57.89%7.45%-
HSV(B)215.45º73.33%11.76%-
XYZ0.530.551.31-
YUV15.79136.02122.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.55%
GREEN value IS 17 (7.03% from 255) = 30.91%
BLUE value IS 30 (12.11% from 255) = 54.55%
R=14.55%
G=30.91%
B=54.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal817300.730.4300.88215.4557.897.45
Hex8111E492B058d73a7
Octal102136111530130327727
Binary1000100011111010010011010110101100011010111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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