#09242E

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

Shades of Black Pearl #09242E

Tints of Black Pearl #09242E

Color information

#09242E (or 0x09242E) is unknown color: approx Black Pearl. HEX triplet: 09, 24 and 2E. RGB value is (9,36,46). Sum of RGB (Red+Green+Blue) = 9+36+46=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #09242E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09242E is #F6DBD1. Grayscale: #1C1C1C. Windows color (decimal): -16178130 or 3023881. OLE color: 3023881.

HSL color Cylindrical-coordinate representation of color #09242E: hue angle of 196.22º 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 #09242E is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB93646-
CMYK0.800.2200.82
HSL196.22º67.27%10.78%-
HSV(B)196.22º80.43%18.04%-
XYZ1.241.522.81-
YUV29.07137.55113.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 46 (18.36% from 255) = 50.55%
R=9.89%
G=39.56%
B=50.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal936460.800.2200.82196.2267.2710.78
Hex9242E5016052c443b
Octal11445612026012230410313
Binary1001100100101110101000010110010100101100010010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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