#032131

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

Shades of Black Pearl #032131

Tints of Black Pearl #032131

Color information

#032131 (or 0x032131) is unknown color: approx Black Pearl. HEX triplet: 03, 21 and 31. RGB value is (3,33,49). Sum of RGB (Red+Green+Blue) = 3+33+49=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #032131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032131 is #FCDECE. Grayscale: #191919. Windows color (decimal): -16572111 or 3219715. OLE color: 3219715.

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

Color convert

RGB33349-
CMYK0.940.3300.81
HSL200.87º88.46%10.2%-
HSV(B)200.87º93.88%19.22%-
XYZ1.141.333.1-
YUV25.85141.06111.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.53%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 49 (19.53% from 255) = 57.65%
R=3.53%
G=38.82%
B=57.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal333490.940.3300.81200.8788.4610.2
Hex321315E21051c958a
Octal3416113641012131113012
Binary111000011100011011110100001010100011100100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032131; }

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

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

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

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

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

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

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

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