#091D25

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

Shades of Black Pearl #091D25

Tints of Black Pearl #091D25

Color information

#091D25 (or 0x091D25) is unknown color: approx Black Pearl. HEX triplet: 09, 1D and 25. RGB value is (9,29,37). Sum of RGB (Red+Green+Blue) = 9+29+37=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #091D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D25 is #F6E2DA. Grayscale: #171717. Windows color (decimal): -16179931 or 2432265. OLE color: 2432265.

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

Color convert

RGB92937-
CMYK0.760.2200.85
HSL197.14º60.87%9.02%-
HSV(B)197.14º75.68%14.51%-
XYZ0.891.071.91-
YUV23.93135.37117.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12%
GREEN value IS 29 (11.72% from 255) = 38.67%
BLUE value IS 37 (14.84% from 255) = 49.33%
R=12%
G=38.67%
B=49.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal929370.760.2200.85197.1460.879.02
Hex91D254C16055c53d9
Octal1135451142601253057511
Binary10011110110010110011001011001010101110001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091D25; }

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

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

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

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

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

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

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

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