#433948

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

Shades of Jagger #433948

Tints of Jagger #433948

Color information

#433948 (or 0x433948) is unknown color: approx Jagger. HEX triplet: 43, 39 and 48. RGB value is (67,57,72). Sum of RGB (Red+Green+Blue) = 67+57+72=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: blue. Hex color #433948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433948 is #BCC6B7. Grayscale: #3D3D3D. Windows color (decimal): -12371640 or 4733251. OLE color: 4733251.

HSL color Cylindrical-coordinate representation of color #433948: hue angle of 280º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #433948 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB675772-
CMYK0.070.2100.72
HSL280º11.63%25.29%-
HSV(B)280º20.83%28.24%-
XYZ4.954.596.76-
YUV61.7133.81131.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.18%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=34.18%
G=29.08%
B=36.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6757720.070.2100.7228011.6325.29
Hex433948715048118c19
Octal1037111072501104301431
Binary100001111100110010001111010101001000100011000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433948; }

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

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

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

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

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

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

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

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