#132133

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

Shades of Black Pearl #132133

Tints of Black Pearl #132133

Color information

#132133 (or 0x132133) is unknown color: approx Black Pearl. HEX triplet: 13, 21 and 33. RGB value is (19,33,51). Sum of RGB (Red+Green+Blue) = 19+33+51=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #132133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132133 is #ECDECC. Grayscale: #1E1E1E. Windows color (decimal): -15523533 or 3350803. OLE color: 3350803.

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

Color convert

RGB193351-
CMYK0.630.3500.8
HSL213.75º45.71%13.73%-
HSV(B)213.75º62.75%20%-
XYZ1.411.473.34-
YUV30.87139.36119.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 51 (20.31% from 255) = 49.51%
R=18.45%
G=32.04%
B=49.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1933510.630.3500.8213.7545.7113.73
Hex1321333F23050d62ee
Octal234163774301203265616
Binary1001110000111001111111110001101010000110101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132133; }

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

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

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

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

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

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

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

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