#092431

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

Shades of Black Pearl #092431

Tints of Black Pearl #092431

Color information

#092431 (or 0x092431) is unknown color: approx Black Pearl. HEX triplet: 09, 24 and 31. RGB value is (9,36,49). Sum of RGB (Red+Green+Blue) = 9+36+49=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #092431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092431 is #F6DBCE. Grayscale: #1D1D1D. Windows color (decimal): -16178127 or 3220489. OLE color: 3220489.

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

Color convert

RGB93649-
CMYK0.820.2700.81
HSL199.5º68.97%11.37%-
HSV(B)199.5º81.63%19.22%-
XYZ1.31.543.13-
YUV29.41139.05113.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 36 (14.45% from 255) = 38.30%
BLUE value IS 49 (19.53% from 255) = 52.13%
R=9.57%
G=38.30%
B=52.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal936490.820.2700.81199.568.9711.37
Hex92431521B051c845b
Octal11446112233012131010513
Binary1001100100110001101001011011010100011100100010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092431; }

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

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

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

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

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

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

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

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