#092831

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

Shades of Black Pearl #092831

Tints of Black Pearl #092831

Color information

#092831 (or 0x092831) is unknown color: approx Black Pearl. HEX triplet: 09, 28 and 31. RGB value is (9,40,49). Sum of RGB (Red+Green+Blue) = 9+40+49=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #092831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092831 is #F6D7CE. Grayscale: #1F1F1F. Windows color (decimal): -16177103 or 3221513. OLE color: 3221513.

HSL color Cylindrical-coordinate representation of color #092831: hue angle of 193.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 #092831 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB94049-
CMYK0.820.1800.81
HSL193.5º68.97%11.37%-
HSV(B)193.5º81.63%19.22%-
XYZ1.431.83.18-
YUV31.76137.73111.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.18%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 49 (19.53% from 255) = 50%
R=9.18%
G=40.82%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal940490.820.1800.81193.568.9711.37
Hex928315212051c245b
Octal11506112222012130210513
Binary1001101000110001101001010010010100011100001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092831; }

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

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

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

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

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

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

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

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