#09202F

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

Shades of Black Pearl #09202F

Tints of Black Pearl #09202F

Color information

#09202F (or 0x09202F) is unknown color: approx Black Pearl. HEX triplet: 09, 20 and 2F. RGB value is (9,32,47). Sum of RGB (Red+Green+Blue) = 9+32+47=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #09202F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09202F is #F6DFD0. Grayscale: #1A1A1A. Windows color (decimal): -16179153 or 3088393. OLE color: 3088393.

HSL color Cylindrical-coordinate representation of color #09202F: hue angle of 203.68º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09202F is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB93247-
CMYK0.810.3200.82
HSL203.68º67.86%10.98%-
HSV(B)203.68º80.85%18.43%-
XYZ1.141.32.88-
YUV26.83139.38115.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.23%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 47 (18.75% from 255) = 53.41%
R=10.23%
G=36.36%
B=53.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal932470.810.3200.82203.6867.8610.98
Hex9202F5120052cc44b
Octal11405712140012231410413
Binary10011000001011111010001100000010100101100110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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