#032431

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

Shades of Black Pearl #032431

Tints of Black Pearl #032431

Color information

#032431 (or 0x032431) is unknown color: approx Black Pearl. HEX triplet: 03, 24 and 31. RGB value is (3,36,49). Sum of RGB (Red+Green+Blue) = 3+36+49=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #032431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032431 is #FCDBCE. Grayscale: #1B1B1B. Windows color (decimal): -16571343 or 3220483. OLE color: 3220483.

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

Color convert

RGB33649-
CMYK0.940.2700.81
HSL196.96º88.46%10.2%-
HSV(B)196.96º93.88%19.22%-
XYZ1.221.53.13-
YUV27.61140.07110.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 49 (19.53% from 255) = 55.68%
R=3.41%
G=40.91%
B=55.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal336490.940.2700.81196.9688.4610.2
Hex324315E1B051c558a
Octal3446113633012130513012
Binary11100100110001101111011011010100011100010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032431; }

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

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

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

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

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

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

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

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