#09202E

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

Shades of Black Pearl #09202E

Tints of Black Pearl #09202E

Color information

#09202E (or 0x09202E) is unknown color: approx Black Pearl. HEX triplet: 09, 20 and 2E. RGB value is (9,32,46). Sum of RGB (Red+Green+Blue) = 9+32+46=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #09202E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09202E is #F6DFD1. Grayscale: #1A1A1A. Windows color (decimal): -16179154 or 3022857. OLE color: 3022857.

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

Color convert

RGB93246-
CMYK0.800.3000.82
HSL202.7º67.27%10.78%-
HSV(B)202.7º80.43%18.04%-
XYZ1.121.292.77-
YUV26.72138.88115.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.34%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 46 (18.36% from 255) = 52.87%
R=10.34%
G=36.78%
B=52.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal932460.800.3000.82202.767.2710.78
Hex9202E501E052cb43b
Octal11405612036012231310313
Binary1001100000101110101000011110010100101100101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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