#091317

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

Shades of Black Pearl #091317

Tints of Black Pearl #091317

Color information

#091317 (or 0x091317) is unknown color: approx Black Pearl. HEX triplet: 09, 13 and 17. RGB value is (9,19,23). Sum of RGB (Red+Green+Blue) = 9+19+23=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 23 - color contains mainly: blue. Hex color #091317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091317 is #F6ECE8. Grayscale: #101010. Windows color (decimal): -16182505 or 1512201. OLE color: 1512201.

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

Color convert

RGB91923-
CMYK0.610.1700.91
HSL197.14º43.75%6.27%-
HSV(B)197.14º60.87%9.02%-
XYZ0.50.590.9-
YUV16.47131.69122.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 17.65%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 23 (9.38% from 255) = 45.10%
R=17.65%
G=37.25%
B=45.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal919230.610.1700.91197.1443.756.27
Hex913173D1105Bc52c6
Octal11232775210133305546
Binary10011001110111111101100010101101111000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091317; }

 p { color: rgb(9,19,23); }

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

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

 a { background-color: rgb(9,19,23); }

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

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

 span { border-color: rgb(9,19,23); }

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