#09222E

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

Shades of Black Pearl #09222E

Tints of Black Pearl #09222E

Color information

#09222E (or 0x09222E) is unknown color: approx Black Pearl. HEX triplet: 09, 22 and 2E. RGB value is (9,34,46). Sum of RGB (Red+Green+Blue) = 9+34+46=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 46 (18.36% from 255 or 51.69% from 89); Max value from RGB is 46 - color contains mainly: blue. Hex color #09222E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09222E is #F6DDD1. Grayscale: #1B1B1B. Windows color (decimal): -16178642 or 3023369. OLE color: 3023369.

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

Color convert

RGB93446-
CMYK0.800.2600.82
HSL199.46º67.27%10.78%-
HSV(B)199.46º80.43%18.04%-
XYZ1.181.42.79-
YUV27.89138.22114.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.11%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 46 (18.36% from 255) = 51.69%
R=10.11%
G=38.20%
B=51.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal934460.800.2600.82199.4667.2710.78
Hex9222E501A052c743b
Octal11425612032012230710313
Binary1001100010101110101000011010010100101100011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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