#432F4F

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

Shades of Jagger #432F4F

Tints of Jagger #432F4F

Color information

#432F4F (or 0x432F4F) is unknown color: approx Jagger. HEX triplet: 43, 2F and 4F. RGB value is (67,47,79). Sum of RGB (Red+Green+Blue) = 67+47+79=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #432F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432F4F is #BCD0B0. Grayscale: #383838. Windows color (decimal): -12374193 or 5189443. OLE color: 5189443.

HSL color Cylindrical-coordinate representation of color #432F4F: hue angle of 277.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #432F4F is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB674779-
CMYK0.150.4100.69
HSL277.5º25.4%24.71%-
HSV(B)277.5º40.51%30.98%-
XYZ4.743.797.88-
YUV56.63140.63135.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.72%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=34.72%
G=24.35%
B=40.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6747790.150.4100.69277.525.424.71
Hex432F4FF290451161919
Octal10357117175101054263131
Binary100001110111110011111111101001010001011000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,47,79); }

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

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

 a { background-color: rgb(67,47,79); }

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

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

 span { border-color: rgb(67,47,79); }

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