#032031

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

Shades of Black Pearl #032031

Tints of Black Pearl #032031

Color information

#032031 (or 0x032031) is unknown color: approx Black Pearl. HEX triplet: 03, 20 and 31. RGB value is (3,32,49). Sum of RGB (Red+Green+Blue) = 3+32+49=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #032031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032031 is #FCDFCE. Grayscale: #191919. Windows color (decimal): -16572367 or 3219459. OLE color: 3219459.

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

Color convert

RGB33249-
CMYK0.940.3500.81
HSL202.17º88.46%10.2%-
HSV(B)202.17º93.88%19.22%-
XYZ1.111.273.09-
YUV25.27141.39112.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.57%
GREEN value IS 32 (12.89% from 255) = 38.10%
BLUE value IS 49 (19.53% from 255) = 58.33%
R=3.57%
G=38.10%
B=58.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal332490.940.3500.81202.1788.4610.2
Hex320315E23051ca58a
Octal3406113643012131213012
Binary111000001100011011110100011010100011100101010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032031; }

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

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

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

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

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

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

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

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