#09171F

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

Shades of Black Pearl #09171F

Tints of Black Pearl #09171F

Color information

#09171F (or 0x09171F) is unknown color: approx Black Pearl. HEX triplet: 09, 17 and 1F. RGB value is (9,23,31). Sum of RGB (Red+Green+Blue) = 9+23+31=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #09171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09171F is #F6E8E0. Grayscale: #131313. Windows color (decimal): -16181473 or 2037513. OLE color: 2037513.

HSL color Cylindrical-coordinate representation of color #09171F: hue angle of 201.82º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #09171F is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB92331-
CMYK0.710.2600.88
HSL201.82º55%7.84%-
HSV(B)201.82º70.97%12.16%-
XYZ0.670.771.41-
YUV19.73134.36120.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.29%
GREEN value IS 23 (9.38% from 255) = 36.51%
BLUE value IS 31 (12.5% from 255) = 49.21%
R=14.29%
G=36.51%
B=49.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal923310.710.2600.88201.82557.84
Hex9171F471A058ca378
Octal1127371073201303126710
Binary1001101111111110001111101001011000110010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09171F; }

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

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

<style>
 a { background-color: #09171F; }

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

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

<style>
 span { border-color: #09171F; }

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

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