#032531

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

Shades of Black Pearl #032531

Tints of Black Pearl #032531

Color information

#032531 (or 0x032531) is unknown color: approx Black Pearl. HEX triplet: 03, 25 and 31. RGB value is (3,37,49). Sum of RGB (Red+Green+Blue) = 3+37+49=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #032531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032531 is #FCDACE. Grayscale: #1C1C1C. Windows color (decimal): -16571087 or 3220739. OLE color: 3220739.

HSL color Cylindrical-coordinate representation of color #032531: hue angle of 195.65º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032531 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB33749-
CMYK0.940.2400.81
HSL195.65º88.46%10.2%-
HSV(B)195.65º93.88%19.22%-
XYZ1.251.563.14-
YUV28.2139.74110.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.37%
GREEN value IS 37 (14.84% from 255) = 41.57%
BLUE value IS 49 (19.53% from 255) = 55.06%
R=3.37%
G=41.57%
B=55.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal337490.940.2400.81195.6588.4610.2
Hex325315E18051c458a
Octal3456113630012130413012
Binary11100101110001101111011000010100011100010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032531; }

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

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

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

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

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

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

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

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