#09242D

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

Shades of Black Pearl #09242D

Tints of Black Pearl #09242D

Color information

#09242D (or 0x09242D) is unknown color: approx Black Pearl. HEX triplet: 09, 24 and 2D. RGB value is (9,36,45). Sum of RGB (Red+Green+Blue) = 9+36+45=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #09242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09242D is #F6DBD2. Grayscale: #1C1C1C. Windows color (decimal): -16178131 or 2958345. OLE color: 2958345.

HSL color Cylindrical-coordinate representation of color #09242D: hue angle of 195º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09242D is Cyan = 0.8, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB93645-
CMYK0.80.200.82
HSL195º66.67%10.59%-
HSV(B)195º80%17.65%-
XYZ1.221.512.71-
YUV28.95137.05113.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10%
GREEN value IS 36 (14.45% from 255) = 40%
BLUE value IS 45 (17.97% from 255) = 50%
R=10%
G=40%
B=50%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal936450.80.200.8219566.6710.59
Hex9242D5014052c343b
Octal11445512024012230310313
Binary1001100100101101101000010100010100101100001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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