#39214C

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

Shades of Jagger #39214C

Tints of Jagger #39214C

Color information

#39214C (or 0x39214C) is unknown color: approx Jagger. HEX triplet: 39, 21 and 4C. RGB value is (57,33,76). Sum of RGB (Red+Green+Blue) = 57+33+76=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #39214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39214C is #C6DEB3. Grayscale: #2C2C2C. Windows color (decimal): -13033140 or 4989241. OLE color: 4989241.

HSL color Cylindrical-coordinate representation of color #39214C: hue angle of 273.49º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39214C is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB573376-
CMYK0.250.5700.70
HSL273.49º39.45%21.37%-
HSV(B)273.49º56.58%29.8%-
XYZ3.542.487.13-
YUV45.08145.45136.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.34%
GREEN value IS 33 (13.28% from 255) = 19.88%
BLUE value IS 76 (30.08% from 255) = 45.78%
R=34.34%
G=19.88%
B=45.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5733760.250.5700.70273.4939.4521.37
Hex39214C19390461112715
Octal7141114317101064214725
Binary1110011000011001100110011110010100011010001000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39214C; }

 p { color: rgb(57,33,76); }

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

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

 a { background-color: rgb(57,33,76); }

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

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

 span { border-color: rgb(57,33,76); }

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