#092631

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

Shades of Black Pearl #092631

Tints of Black Pearl #092631

Color information

#092631 (or 0x092631) is unknown color: approx Black Pearl. HEX triplet: 09, 26 and 31. RGB value is (9,38,49). Sum of RGB (Red+Green+Blue) = 9+38+49=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #092631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092631 is #F6D9CE. Grayscale: #1E1E1E. Windows color (decimal): -16177615 or 3221001. OLE color: 3221001.

HSL color Cylindrical-coordinate representation of color #092631: hue angle of 196.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #092631 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB93849-
CMYK0.820.2200.81
HSL196.5º68.97%11.37%-
HSV(B)196.5º81.63%19.22%-
XYZ1.361.673.16-
YUV30.58138.39112.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.38%
GREEN value IS 38 (15.23% from 255) = 39.58%
BLUE value IS 49 (19.53% from 255) = 51.04%
R=9.38%
G=39.58%
B=51.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal938490.820.2200.81196.568.9711.37
Hex926315216051c445b
Octal11466112226012130410513
Binary1001100110110001101001010110010100011100010010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092631; }

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

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

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

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

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

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

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

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