#091625

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

Shades of Black Pearl #091625

Tints of Black Pearl #091625

Color information

#091625 (or 0x091625) is unknown color: approx Black Pearl. HEX triplet: 09, 16 and 25. RGB value is (9,22,37). Sum of RGB (Red+Green+Blue) = 9+22+37=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 22 (8.98% from 255 or 32.35% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #091625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091625 is #F6E9DA. Grayscale: #131313. Windows color (decimal): -16181723 or 2430473. OLE color: 2430473.

HSL color Cylindrical-coordinate representation of color #091625: hue angle of 212.14º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #091625 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB92237-
CMYK0.760.4100.85
HSL212.14º60.87%9.02%-
HSV(B)212.14º75.68%14.51%-
XYZ0.730.771.86-
YUV19.82137.69120.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.24%
GREEN value IS 22 (8.98% from 255) = 32.35%
BLUE value IS 37 (14.84% from 255) = 54.41%
R=13.24%
G=32.35%
B=54.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal922370.760.4100.85212.1460.879.02
Hex916254C29055d43d9
Octal1126451145101253247511
Binary100110110100101100110010100101010101110101001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091625; }

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

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

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

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

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

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

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

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