#09222D

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

Shades of Black Pearl #09222D

Tints of Black Pearl #09222D

Color information

#09222D (or 0x09222D) is unknown color: approx Black Pearl. HEX triplet: 09, 22 and 2D. RGB value is (9,34,45). Sum of RGB (Red+Green+Blue) = 9+34+45=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #09222D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09222D is #F6DDD2. Grayscale: #1B1B1B. Windows color (decimal): -16178643 or 2957833. OLE color: 2957833.

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

Color convert

RGB93445-
CMYK0.80.2400.82
HSL198.33º66.67%10.59%-
HSV(B)198.33º80%17.65%-
XYZ1.161.392.69-
YUV27.78137.72114.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.23%
GREEN value IS 34 (13.67% from 255) = 38.64%
BLUE value IS 45 (17.97% from 255) = 51.14%
R=10.23%
G=38.64%
B=51.14%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal934450.80.2400.82198.3366.6710.59
Hex9222D5018052c643b
Octal11425512030012230610313
Binary1001100010101101101000011000010100101100011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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