#091525

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

Shades of Black Pearl #091525

Tints of Black Pearl #091525

Color information

#091525 (or 0x091525) is unknown color: approx Black Pearl. HEX triplet: 09, 15 and 25. RGB value is (9,21,37). Sum of RGB (Red+Green+Blue) = 9+21+37=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #091525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091525 is #F6EADA. Grayscale: #131313. Windows color (decimal): -16181979 or 2430217. OLE color: 2430217.

HSL color Cylindrical-coordinate representation of color #091525: hue angle of 214.29º 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 #091525 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB92137-
CMYK0.760.4300.85
HSL214.29º60.87%9.02%-
HSV(B)214.29º75.68%14.51%-
XYZ0.710.731.85-
YUV19.24138.02120.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.43%
GREEN value IS 21 (8.59% from 255) = 31.34%
BLUE value IS 37 (14.84% from 255) = 55.22%
R=13.43%
G=31.34%
B=55.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal921370.760.4300.85214.2960.879.02
Hex915254C2B055d63d9
Octal1125451145301253267511
Binary100110101100101100110010101101010101110101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091525; }

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

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

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

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

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

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

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

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