#09162B

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

Shades of Black Pearl #09162B

Tints of Black Pearl #09162B

Color information

#09162B (or 0x09162B) is unknown color: approx Black Pearl. HEX triplet: 09, 16 and 2B. RGB value is (9,22,43). Sum of RGB (Red+Green+Blue) = 9+22+43=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #09162B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09162B is #F6E9D4. Grayscale: #141414. Windows color (decimal): -16181717 or 2823689. OLE color: 2823689.

HSL color Cylindrical-coordinate representation of color #09162B: hue angle of 217.06º 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 #09162B is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB92243-
CMYK0.790.4900.83
HSL217.06º65.38%10.2%-
HSV(B)217.06º79.07%16.86%-
XYZ0.840.812.4-
YUV20.51140.69119.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.16%
GREEN value IS 22 (8.98% from 255) = 29.73%
BLUE value IS 43 (17.19% from 255) = 58.11%
R=12.16%
G=29.73%
B=58.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal922430.790.4900.83217.0665.3810.2
Hex9162B4F31053d941a
Octal11265311761012333110112
Binary1001101101010111001111110001010100111101100110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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