#091324

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

Shades of Black Pearl #091324

Tints of Black Pearl #091324

Color information

#091324 (or 0x091324) is unknown color: approx Black Pearl. HEX triplet: 09, 13 and 24. RGB value is (9,19,36). Sum of RGB (Red+Green+Blue) = 9+19+36=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #091324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091324 is #F6ECDB. Grayscale: #111111. Windows color (decimal): -16182492 or 2364169. OLE color: 2364169.

HSL color Cylindrical-coordinate representation of color #091324: hue angle of 217.78º 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 #091324 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB91936-
CMYK0.750.4700.86
HSL217.78º60%8.82%-
HSV(B)217.78º75%14.12%-
XYZ0.660.651.76-
YUV17.95138.19121.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.06%
GREEN value IS 19 (7.81% from 255) = 29.69%
BLUE value IS 36 (14.45% from 255) = 56.25%
R=14.06%
G=29.69%
B=56.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal919360.750.4700.86217.78608.82
Hex913244B2F056da3c9
Octal1123441135701263327411
Binary100110011100100100101110111101010110110110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091324; }

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

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

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

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

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

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

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

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