#09222B

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

Shades of Black Pearl #09222B

Tints of Black Pearl #09222B

Color information

#09222B (or 0x09222B) is unknown color: approx Black Pearl. HEX triplet: 09, 22 and 2B. RGB value is (9,34,43). Sum of RGB (Red+Green+Blue) = 9+34+43=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 34 (13.67% from 255 or 39.53% from 86); Blue value is 43 (17.19% from 255 or 50% from 86); Max value from RGB is 43 - color contains mainly: blue. Hex color #09222B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09222B is #F6DDD4. Grayscale: #1B1B1B. Windows color (decimal): -16178645 or 2826761. OLE color: 2826761.

HSL color Cylindrical-coordinate representation of color #09222B: hue angle of 195.88º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09222B is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB93443-
CMYK0.790.2100.83
HSL195.88º65.38%10.2%-
HSV(B)195.88º79.07%16.86%-
XYZ1.121.382.49-
YUV27.55136.72114.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.47%
GREEN value IS 34 (13.67% from 255) = 39.53%
BLUE value IS 43 (17.19% from 255) = 50%
R=10.47%
G=39.53%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal934430.790.2100.83195.8865.3810.2
Hex9222B4F15053c441a
Octal11425311725012330410112
Binary1001100010101011100111110101010100111100010010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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