#09172D

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

Shades of Black Pearl #09172D

Tints of Black Pearl #09172D

Color information

#09172D (or 0x09172D) is unknown color: approx Black Pearl. HEX triplet: 09, 17 and 2D. RGB value is (9,23,45). Sum of RGB (Red+Green+Blue) = 9+23+45=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #09172D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09172D is #F6E8D2. Grayscale: #151515. Windows color (decimal): -16181459 or 2955017. OLE color: 2955017.

HSL color Cylindrical-coordinate representation of color #09172D: hue angle of 216.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09172D is Cyan = 0.8, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB92345-
CMYK0.80.4900.82
HSL216.67º66.67%10.59%-
HSV(B)216.67º80%17.65%-
XYZ0.890.862.6-
YUV21.32141.36119.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.69%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 45 (17.97% from 255) = 58.44%
R=11.69%
G=29.87%
B=58.44%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal923450.80.4900.82216.6766.6710.59
Hex9172D5031052d943b
Octal11275512061012233110313
Binary1001101111011011010000110001010100101101100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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