#09172C

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

Shades of Black Pearl #09172C

Tints of Black Pearl #09172C

Color information

#09172C (or 0x09172C) is unknown color: approx Black Pearl. HEX triplet: 09, 17 and 2C. RGB value is (9,23,44). Sum of RGB (Red+Green+Blue) = 9+23+44=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #09172C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09172C is #F6E8D3. Grayscale: #151515. Windows color (decimal): -16181460 or 2889481. OLE color: 2889481.

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

Color convert

RGB92344-
CMYK0.800.4800.83
HSL216º66.04%10.39%-
HSV(B)216º79.55%17.25%-
XYZ0.870.852.5-
YUV21.21140.86119.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.84%
GREEN value IS 23 (9.38% from 255) = 30.26%
BLUE value IS 44 (17.58% from 255) = 57.89%
R=11.84%
G=30.26%
B=57.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal923440.800.4800.8321666.0410.39
Hex9172C5030053d842a
Octal11275412060012333010212
Binary1001101111011001010000110000010100111101100010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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