#091015

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

Shades of Black Pearl #091015

Tints of Black Pearl #091015

Color information

#091015 (or 0x091015) is unknown color: approx Black Pearl. HEX triplet: 09, 10 and 15. RGB value is (9,16,21). Sum of RGB (Red+Green+Blue) = 9+16+21=46 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.57% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #091015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091015 is #F6EFEA. Grayscale: #0E0E0E. Windows color (decimal): -16183275 or 1380361. OLE color: 1380361.

HSL color Cylindrical-coordinate representation of color #091015: hue angle of 205º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #091015 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB91621-
CMYK0.570.2400.92
HSL205º40%5.88%-
HSV(B)205º57.14%8.24%-
XYZ0.430.480.78-
YUV14.48131.68124.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 19.57%
GREEN value IS 16 (6.64% from 255) = 34.78%
BLUE value IS 21 (8.59% from 255) = 45.65%
R=19.57%
G=34.78%
B=45.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal916210.570.2400.92205405.88
Hex91015391805Ccd286
Octal11202571300134315506
Binary10011000010101111001110000101110011001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091015; }

 p { color: rgb(9,16,21); }

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

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

 a { background-color: rgb(9,16,21); }

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

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

 span { border-color: rgb(9,16,21); }

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