#091825

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

Shades of Black Pearl #091825

Tints of Black Pearl #091825

Color information

#091825 (or 0x091825) is unknown color: approx Black Pearl. HEX triplet: 09, 18 and 25. RGB value is (9,24,37). Sum of RGB (Red+Green+Blue) = 9+24+37=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #091825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091825 is #F6E7DA. Grayscale: #141414. Windows color (decimal): -16181211 or 2430985. OLE color: 2430985.

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

Color convert

RGB92437-
CMYK0.760.3500.85
HSL207.86º60.87%9.02%-
HSV(B)207.86º75.68%14.51%-
XYZ0.770.841.87-
YUV21137.03119.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.86%
GREEN value IS 24 (9.77% from 255) = 34.29%
BLUE value IS 37 (14.84% from 255) = 52.86%
R=12.86%
G=34.29%
B=52.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal924370.760.3500.85207.8660.879.02
Hex918254C23055d03d9
Octal1130451144301253207511
Binary100111000100101100110010001101010101110100001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091825; }

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

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

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

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

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

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

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

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