#09222C

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

Shades of Black Pearl #09222C

Tints of Black Pearl #09222C

Color information

#09222C (or 0x09222C) is unknown color: approx Black Pearl. HEX triplet: 09, 22 and 2C. RGB value is (9,34,44). Sum of RGB (Red+Green+Blue) = 9+34+44=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 44 (17.58% from 255 or 50.57% from 87); Max value from RGB is 44 - color contains mainly: blue. Hex color #09222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09222C is #F6DDD3. Grayscale: #1B1B1B. Windows color (decimal): -16178644 or 2892297. OLE color: 2892297.

HSL color Cylindrical-coordinate representation of color #09222C: hue angle of 197.14º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09222C is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB93444-
CMYK0.800.2300.83
HSL197.14º66.04%10.39%-
HSV(B)197.14º79.55%17.25%-
XYZ1.141.382.59-
YUV27.66137.22114.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.34%
GREEN value IS 34 (13.67% from 255) = 39.08%
BLUE value IS 44 (17.58% from 255) = 50.57%
R=10.34%
G=39.08%
B=50.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal934440.800.2300.83197.1466.0410.39
Hex9222C5017053c542a
Octal11425412027012330510212
Binary1001100010101100101000010111010100111100010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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