#433249

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

Shades of Jagger #433249

Tints of Jagger #433249

Color information

#433249 (or 0x433249) is unknown color: approx Jagger. HEX triplet: 43, 32 and 49. RGB value is (67,50,73). Sum of RGB (Red+Green+Blue) = 67+50+73=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 73 - color contains mainly: blue. Hex color #433249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433249 is #BCCDB6. Grayscale: #393939. Windows color (decimal): -12373431 or 4796995. OLE color: 4796995.

HSL color Cylindrical-coordinate representation of color #433249: hue angle of 284.35º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #433249 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB675073-
CMYK0.080.3200.71
HSL284.35º18.7%24.12%-
HSV(B)284.35º31.51%28.63%-
XYZ4.663.966.82-
YUV57.7136.63134.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.26%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 73 (28.91% from 255) = 38.42%
R=35.26%
G=26.32%
B=38.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6750730.080.3200.71284.3518.724.12
Hex43324982004711c1318
Octal10362111104001074342330
Binary100001111001010010011000100000010001111000111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433249; }

 p { color: rgb(67,50,73); }

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

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

 a { background-color: rgb(67,50,73); }

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

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

 span { border-color: rgb(67,50,73); }

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