#091E25

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

Shades of Black Pearl #091E25

Tints of Black Pearl #091E25

Color information

#091E25 (or 0x091E25) is unknown color: approx Black Pearl. HEX triplet: 09, 1E and 25. RGB value is (9,30,37). Sum of RGB (Red+Green+Blue) = 9+30+37=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #091E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E25 is #F6E1DA. Grayscale: #181818. Windows color (decimal): -16179675 or 2432521. OLE color: 2432521.

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

Color convert

RGB93037-
CMYK0.760.1900.85
HSL195º60.87%9.02%-
HSV(B)195º75.68%14.51%-
XYZ0.911.121.92-
YUV24.52135.04116.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.84%
GREEN value IS 30 (12.11% from 255) = 39.47%
BLUE value IS 37 (14.84% from 255) = 48.68%
R=11.84%
G=39.47%
B=48.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal930370.760.1900.8519560.879.02
Hex91E254C13055c33d9
Octal1136451142301253037511
Binary10011111010010110011001001101010101110000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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