#433350

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

Shades of Jagger #433350

Tints of Jagger #433350

Color information

#433350 (or 0x433350) is unknown color: approx Jagger. HEX triplet: 43, 33 and 50. RGB value is (67,51,80). Sum of RGB (Red+Green+Blue) = 67+51+80=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #433350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433350 is #BCCCAF. Grayscale: #3A3A3A. Windows color (decimal): -12373168 or 5256003. OLE color: 5256003.

HSL color Cylindrical-coordinate representation of color #433350: hue angle of 273.1º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #433350 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB675180-
CMYK0.160.3600.69
HSL273.1º22.14%25.69%-
HSV(B)273.1º36.25%31.37%-
XYZ4.954.148.13-
YUV59.09139.8133.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.84%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=33.84%
G=25.76%
B=40.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6751800.160.3600.69273.122.1425.69
Hex4333501024045111161a
Octal10363120204401054212632
Binary1000011110011101000010000100100010001011000100011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433350; }

 p { color: rgb(67,51,80); }

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

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

 a { background-color: rgb(67,51,80); }

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

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

 span { border-color: rgb(67,51,80); }

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