#091524

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

Shades of Black Pearl #091524

Tints of Black Pearl #091524

Color information

#091524 (or 0x091524) is unknown color: approx Black Pearl. HEX triplet: 09, 15 and 24. RGB value is (9,21,36). Sum of RGB (Red+Green+Blue) = 9+21+36=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #091524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091524 is #F6EADB. Grayscale: #131313. Windows color (decimal): -16181980 or 2364681. OLE color: 2364681.

HSL color Cylindrical-coordinate representation of color #091524: hue angle of 213.33º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #091524 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB92136-
CMYK0.750.4200.86
HSL213.33º60%8.82%-
HSV(B)213.33º75%14.12%-
XYZ0.70.721.77-
YUV19.12137.52120.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.64%
GREEN value IS 21 (8.59% from 255) = 31.82%
BLUE value IS 36 (14.45% from 255) = 54.55%
R=13.64%
G=31.82%
B=54.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal921360.750.4200.86213.33608.82
Hex915244B2A056d53c9
Octal1125441135201263257411
Binary100110101100100100101110101001010110110101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091524; }

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

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

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

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

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

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

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

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