#091D24

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

Shades of Black Pearl #091D24

Tints of Black Pearl #091D24

Color information

#091D24 (or 0x091D24) is unknown color: approx Black Pearl. HEX triplet: 09, 1D and 24. RGB value is (9,29,36). Sum of RGB (Red+Green+Blue) = 9+29+36=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 29 (11.72% from 255 or 39.19% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #091D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D24 is #F6E2DB. Grayscale: #171717. Windows color (decimal): -16179932 or 2366729. OLE color: 2366729.

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

Color convert

RGB92936-
CMYK0.750.1900.86
HSL195.56º60%8.82%-
HSV(B)195.56º75%14.12%-
XYZ0.871.061.83-
YUV23.82134.87117.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.16%
GREEN value IS 29 (11.72% from 255) = 39.19%
BLUE value IS 36 (14.45% from 255) = 48.65%
R=12.16%
G=39.19%
B=48.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal929360.750.1900.86195.56608.82
Hex91D244B13056c43c9
Octal1135441132301263047411
Binary10011110110010010010111001101010110110001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091D24; }

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

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

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

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

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

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

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

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