#09172B

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

Shades of Black Pearl #09172B

Tints of Black Pearl #09172B

Color information

#09172B (or 0x09172B) is unknown color: approx Black Pearl. HEX triplet: 09, 17 and 2B. RGB value is (9,23,43). Sum of RGB (Red+Green+Blue) = 9+23+43=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 43 (17.19% from 255 or 57.33% from 75); Max value from RGB is 43 - color contains mainly: blue. Hex color #09172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09172B is #F6E8D4. Grayscale: #151515. Windows color (decimal): -16181461 or 2823945. OLE color: 2823945.

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

Color convert

RGB92343-
CMYK0.790.4700.83
HSL215.29º65.38%10.2%-
HSV(B)215.29º79.07%16.86%-
XYZ0.860.852.4-
YUV21.09140.36119.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 43 (17.19% from 255) = 57.33%
R=12%
G=30.67%
B=57.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal923430.790.4700.83215.2965.3810.2
Hex9172B4F2F053d741a
Octal11275311757012332710112
Binary1001101111010111001111101111010100111101011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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