#432D51

Color #432D51 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #432D51

Tints of Jagger #432D51

Color information

#432D51 (or 0x432D51) is unknown color: approx Jagger. HEX triplet: 43, 2D and 51. RGB value is (67,45,81). Sum of RGB (Red+Green+Blue) = 67+45+81=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #432D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D51 is #BCD2AE. Grayscale: #373737. Windows color (decimal): -12374703 or 5320003. OLE color: 5320003.

HSL color Cylindrical-coordinate representation of color #432D51: hue angle of 276.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #432D51 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB674581-
CMYK0.170.4400.68
HSL276.67º28.57%24.71%-
HSV(B)276.67º44.44%31.76%-
XYZ4.743.668.24-
YUV55.68142.29136.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.72%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 81 (32.03% from 255) = 41.97%
R=34.72%
G=23.32%
B=41.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6745810.170.4400.68276.6728.5724.71
Hex432D51112C0441151d19
Octal10355121215401044253531
Binary1000011101101101000110001101100010001001000101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432D51; }

 p { color: rgb(67,45,81); }

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

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

 a { background-color: rgb(67,45,81); }

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

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

 span { border-color: rgb(67,45,81); }

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