#092531

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

Shades of Black Pearl #092531

Tints of Black Pearl #092531

Color information

#092531 (or 0x092531) is unknown color: approx Black Pearl. HEX triplet: 09, 25 and 31. RGB value is (9,37,49). Sum of RGB (Red+Green+Blue) = 9+37+49=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #092531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092531 is #F6DACE. Grayscale: #1D1D1D. Windows color (decimal): -16177871 or 3220745. OLE color: 3220745.

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

Color convert

RGB93749-
CMYK0.820.2400.81
HSL198º68.97%11.37%-
HSV(B)198º81.63%19.22%-
XYZ1.331.63.15-
YUV30138.72113.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.47%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 49 (19.53% from 255) = 51.58%
R=9.47%
G=38.95%
B=51.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal937490.820.2400.8119868.9711.37
Hex925315218051c645b
Octal11456112230012130610513
Binary1001100101110001101001011000010100011100011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092531; }

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

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

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

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

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

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

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

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