#091B25

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

Shades of Black Pearl #091B25

Tints of Black Pearl #091B25

Color information

#091B25 (or 0x091B25) is unknown color: approx Black Pearl. HEX triplet: 09, 1B and 25. RGB value is (9,27,37). Sum of RGB (Red+Green+Blue) = 9+27+37=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #091B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B25 is #F6E4DA. Grayscale: #161616. Windows color (decimal): -16180443 or 2431753. OLE color: 2431753.

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

Color convert

RGB92737-
CMYK0.760.2700.85
HSL201.43º60.87%9.02%-
HSV(B)201.43º75.68%14.51%-
XYZ0.840.981.89-
YUV22.76136.04118.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.33%
GREEN value IS 27 (10.94% from 255) = 36.99%
BLUE value IS 37 (14.84% from 255) = 50.68%
R=12.33%
G=36.99%
B=50.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal927370.760.2700.85201.4360.879.02
Hex91B254C1B055c93d9
Octal1133451143301253117511
Binary10011101110010110011001101101010101110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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