#433B48

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

Shades of Jagger #433B48

Tints of Jagger #433B48

Color information

#433B48 (or 0x433B48) is unknown color: approx Jagger. HEX triplet: 43, 3B and 48. RGB value is (67,59,72). Sum of RGB (Red+Green+Blue) = 67+59+72=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 72 - color contains mainly: blue. Hex color #433B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433B48 is #BCC4B7. Grayscale: #3E3E3E. Windows color (decimal): -12371128 or 4733763. OLE color: 4733763.

HSL color Cylindrical-coordinate representation of color #433B48: hue angle of 276.92º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #433B48 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB675972-
CMYK0.070.1800.72
HSL276.92º9.92%25.69%-
HSV(B)276.92º18.06%28.24%-
XYZ5.054.796.79-
YUV62.87133.15130.94-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.84%
GREEN value IS 59 (23.44% from 255) = 29.80%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=33.84%
G=29.80%
B=36.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6759720.070.1800.72276.929.9225.69
Hex433B48712048115a1a
Octal1037311072201104251232
Binary100001111101110010001111001001001000100010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433B48; }

 p { color: rgb(67,59,72); }

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

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

 a { background-color: rgb(67,59,72); }

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

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

 span { border-color: rgb(67,59,72); }

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