#132333

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

Shades of Black Pearl #132333

Tints of Black Pearl #132333

Color information

#132333 (or 0x132333) is unknown color: approx Black Pearl. HEX triplet: 13, 23 and 33. RGB value is (19,35,51). Sum of RGB (Red+Green+Blue) = 19+35+51=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #132333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132333 is #ECDCCC. Grayscale: #1F1F1F. Windows color (decimal): -15523021 or 3351315. OLE color: 3351315.

HSL color Cylindrical-coordinate representation of color #132333: hue angle of 210º 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 #132333 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB193551-
CMYK0.630.3100.8
HSL210º45.71%13.73%-
HSV(B)210º62.75%20%-
XYZ1.471.583.36-
YUV32.04138.7118.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 35 (14.06% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 48.57%
R=18.10%
G=33.33%
B=48.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1935510.630.3100.821045.7113.73
Hex1323333F1F050d22ee
Octal234363773701203225616
Binary100111000111100111111111111101010000110100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132333; }

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

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

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

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

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

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

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

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