#032133

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

Shades of Black Pearl #032133

Tints of Black Pearl #032133

Color information

#032133 (or 0x032133) is unknown color: approx Black Pearl. HEX triplet: 03, 21 and 33. RGB value is (3,33,51). Sum of RGB (Red+Green+Blue) = 3+33+51=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 51 (20.31% from 255 or 58.62% from 87); Max value from RGB is 51 - color contains mainly: blue. Hex color #032133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032133 is #FCDECC. Grayscale: #191919. Windows color (decimal): -16572109 or 3350787. OLE color: 3350787.

HSL color Cylindrical-coordinate representation of color #032133: hue angle of 202.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032133 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB33351-
CMYK0.940.3500.8
HSL202.5º88.89%10.59%-
HSV(B)202.5º94.12%20%-
XYZ1.181.353.33-
YUV26.08142.06111.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 33 (13.28% from 255) = 37.93%
BLUE value IS 51 (20.31% from 255) = 58.62%
R=3.45%
G=37.93%
B=58.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal333510.940.3500.8202.588.8910.59
Hex321335E23050ca59b
Octal3416313643012031213113
Binary111000011100111011110100011010100001100101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032133; }

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

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

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

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

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

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

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

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