#091E28

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

Shades of Black Pearl #091E28

Tints of Black Pearl #091E28

Color information

#091E28 (or 0x091E28) is unknown color: approx Black Pearl. HEX triplet: 09, 1E and 28. RGB value is (9,30,40). Sum of RGB (Red+Green+Blue) = 9+30+40=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #091E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E28 is #F6E1D7. Grayscale: #181818. Windows color (decimal): -16179672 or 2629129. OLE color: 2629129.

HSL color Cylindrical-coordinate representation of color #091E28: hue angle of 199.35º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #091E28 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB93040-
CMYK0.780.2500.84
HSL199.35º63.27%9.61%-
HSV(B)199.35º77.5%15.69%-
XYZ0.961.142.18-
YUV24.86136.54116.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.39%
GREEN value IS 30 (12.11% from 255) = 37.97%
BLUE value IS 40 (16.02% from 255) = 50.63%
R=11.39%
G=37.97%
B=50.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal930400.780.2500.84199.3563.279.61
Hex91E284E19054c73fa
Octal1136501163101243077712
Binary10011111010100010011101100101010100110001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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