#09161E

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

Shades of Black Pearl #09161E

Tints of Black Pearl #09161E

Color information

#09161E (or 0x09161E) is unknown color: approx Black Pearl. HEX triplet: 09, 16 and 1E. RGB value is (9,22,30). Sum of RGB (Red+Green+Blue) = 9+22+30=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #09161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09161E is #F6E9E1. Grayscale: #121212. Windows color (decimal): -16181730 or 1971721. OLE color: 1971721.

HSL color Cylindrical-coordinate representation of color #09161E: hue angle of 202.86º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #09161E is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB92230-
CMYK0.700.2700.88
HSL202.86º53.85%7.65%-
HSV(B)202.86º70%11.76%-
XYZ0.630.731.33-
YUV19.02134.19120.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.75%
GREEN value IS 22 (8.98% from 255) = 36.07%
BLUE value IS 30 (12.11% from 255) = 49.18%
R=14.75%
G=36.07%
B=49.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal922300.700.2700.88202.8653.857.65
Hex9161E461B058cb368
Octal1126361063301303136610
Binary1001101101111010001101101101011000110010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09161E; }

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

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

<style>
 a { background-color: #09161E; }

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

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

<style>
 span { border-color: #09161E; }

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

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