#032831

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

Shades of Black Pearl #032831

Tints of Black Pearl #032831

Color information

#032831 (or 0x032831) is unknown color: approx Black Pearl. HEX triplet: 03, 28 and 31. RGB value is (3,40,49). Sum of RGB (Red+Green+Blue) = 3+40+49=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 40 (16.02% from 255 or 43.48% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #032831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032831 is #FCD7CE. Grayscale: #1D1D1D. Windows color (decimal): -16570319 or 3221507. OLE color: 3221507.

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

Color convert

RGB34049-
CMYK0.940.1800.81
HSL191.74º88.46%10.2%-
HSV(B)191.74º93.88%19.22%-
XYZ1.351.763.17-
YUV29.96138.74108.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 40 (16.02% from 255) = 43.48%
BLUE value IS 49 (19.53% from 255) = 53.26%
R=3.26%
G=43.48%
B=53.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal340490.940.1800.81191.7488.4610.2
Hex328315E12051c058a
Octal3506113622012130013012
Binary11101000110001101111010010010100011100000010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032831; }

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

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

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

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

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

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

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

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