#09242C

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

Shades of Black Pearl #09242C

Tints of Black Pearl #09242C

Color information

#09242C (or 0x09242C) is unknown color: approx Black Pearl. HEX triplet: 09, 24 and 2C. RGB value is (9,36,44). Sum of RGB (Red+Green+Blue) = 9+36+44=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #09242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09242C is #F6DBD3. Grayscale: #1C1C1C. Windows color (decimal): -16178132 or 2892809. OLE color: 2892809.

HSL color Cylindrical-coordinate representation of color #09242C: hue angle of 193.71º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09242C is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB93644-
CMYK0.800.1800.83
HSL193.71º66.04%10.39%-
HSV(B)193.71º79.55%17.25%-
XYZ1.21.52.61-
YUV28.84136.55113.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.11%
GREEN value IS 36 (14.45% from 255) = 40.45%
BLUE value IS 44 (17.58% from 255) = 49.44%
R=10.11%
G=40.45%
B=49.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal936440.800.1800.83193.7166.0410.39
Hex9242C5012053c242a
Octal11445412022012330210212
Binary1001100100101100101000010010010100111100001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09242C; }

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

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

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

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

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

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

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

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