#09202A

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

Shades of Black Pearl #09202A

Tints of Black Pearl #09202A

Color information

#09202A (or 0x09202A) is unknown color: approx Black Pearl. HEX triplet: 09, 20 and 2A. RGB value is (9,32,42). Sum of RGB (Red+Green+Blue) = 9+32+42=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #09202A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09202A is #F6DFD5. Grayscale: #1A1A1A. Windows color (decimal): -16179158 or 2760713. OLE color: 2760713.

HSL color Cylindrical-coordinate representation of color #09202A: hue angle of 198.18º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09202A is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB93242-
CMYK0.790.2400.84
HSL198.18º64.71%10%-
HSV(B)198.18º78.57%16.47%-
XYZ1.051.262.38-
YUV26.26136.88115.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.84%
GREEN value IS 32 (12.89% from 255) = 38.55%
BLUE value IS 42 (16.80% from 255) = 50.60%
R=10.84%
G=38.55%
B=50.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal932420.790.2400.84198.1864.7110
Hex9202A4F18054c641a
Octal11405211730012430610112
Binary1001100000101010100111111000010101001100011010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09202A; }

 p { color: rgb(9,32,42); }

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

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

 a { background-color: rgb(9,32,42); }

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

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

 span { border-color: rgb(9,32,42); }

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