#09202D

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

Shades of Black Pearl #09202D

Tints of Black Pearl #09202D

Color information

#09202D (or 0x09202D) is unknown color: approx Black Pearl. HEX triplet: 09, 20 and 2D. RGB value is (9,32,45). Sum of RGB (Red+Green+Blue) = 9+32+45=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #09202D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09202D is #F6DFD2. Grayscale: #1A1A1A. Windows color (decimal): -16179155 or 2957321. OLE color: 2957321.

HSL color Cylindrical-coordinate representation of color #09202D: hue angle of 201.67º 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 #09202D is Cyan = 0.8, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB93245-
CMYK0.80.2900.82
HSL201.67º66.67%10.59%-
HSV(B)201.67º80%17.65%-
XYZ1.11.282.67-
YUV26.6138.38115.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.47%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 45 (17.97% from 255) = 52.33%
R=10.47%
G=37.21%
B=52.33%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal932450.80.2900.82201.6766.6710.59
Hex9202D501D052ca43b
Octal11405512035012231210313
Binary1001100000101101101000011101010100101100101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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