#081117

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

Shades of Black Pearl #081117

Tints of Black Pearl #081117

Color information

#081117 (or 0x081117) is unknown color: approx Black Pearl. HEX triplet: 08, 11 and 17. RGB value is (8,17,23). Sum of RGB (Red+Green+Blue) = 8+17+23=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #081117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081117 is #F7EEE8. Grayscale: #0E0E0E. Windows color (decimal): -16248553 or 1511688. OLE color: 1511688.

HSL color Cylindrical-coordinate representation of color #081117: hue angle of 204º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #081117 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB81723-
CMYK0.650.2600.91
HSL204º48.39%6.08%-
HSV(B)204º65.22%9.02%-
XYZ0.460.510.89-
YUV14.99132.52123.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.67%
GREEN value IS 17 (7.03% from 255) = 35.42%
BLUE value IS 23 (9.38% from 255) = 47.92%
R=16.67%
G=35.42%
B=47.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal817230.650.2600.9120448.396.08
Hex81117411A05Bcc306
Octal102127101320133314606
Binary100010001101111000001110100101101111001100110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081117; }

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

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

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

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

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

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

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

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