#091E26

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

Shades of Black Pearl #091E26

Tints of Black Pearl #091E26

Color information

#091E26 (or 0x091E26) is unknown color: approx Black Pearl. HEX triplet: 09, 1E and 26. RGB value is (9,30,38). Sum of RGB (Red+Green+Blue) = 9+30+38=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #091E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E26 is #F6E1D9. Grayscale: #181818. Windows color (decimal): -16179674 or 2498057. OLE color: 2498057.

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

Color convert

RGB93038-
CMYK0.760.2100.85
HSL196.55º61.7%9.22%-
HSV(B)196.55º76.32%14.9%-
XYZ0.931.132-
YUV24.63135.54116.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.69%
GREEN value IS 30 (12.11% from 255) = 38.96%
BLUE value IS 38 (15.23% from 255) = 49.35%
R=11.69%
G=38.96%
B=49.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal930380.760.2100.85196.5561.79.22
Hex91E264C15055c53e9
Octal1136461142501253057611
Binary10011111010011010011001010101010101110001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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