#433053

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

Shades of Jagger #433053

Tints of Jagger #433053

Color information

#433053 (or 0x433053) is unknown color: approx Jagger. HEX triplet: 43, 30 and 53. RGB value is (67,48,83). Sum of RGB (Red+Green+Blue) = 67+48+83=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #433053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433053 is #BCCFAC. Grayscale: #393939. Windows color (decimal): -12373933 or 5451843. OLE color: 5451843.

HSL color Cylindrical-coordinate representation of color #433053: hue angle of 272.57º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #433053 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB674883-
CMYK0.190.4200.67
HSL272.57º26.72%25.69%-
HSV(B)272.57º42.17%32.55%-
XYZ4.933.938.68-
YUV57.67142.29134.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.84%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=33.84%
G=24.24%
B=41.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6748830.190.4200.67272.5726.7225.69
Hex433053132A0431111b1a
Octal10360123235201034213332
Binary1000011110000101001110011101010010000111000100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433053; }

 p { color: rgb(67,48,83); }

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

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

 a { background-color: rgb(67,48,83); }

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

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

 span { border-color: rgb(67,48,83); }

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