#39224B

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

Shades of Jagger #39224B

Tints of Jagger #39224B

Color information

#39224B (or 0x39224B) is unknown color: approx Jagger. HEX triplet: 39, 22 and 4B. RGB value is (57,34,75). Sum of RGB (Red+Green+Blue) = 57+34+75=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #39224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39224B is #C6DDB4. Grayscale: #2D2D2D. Windows color (decimal): -13032885 or 4923961. OLE color: 4923961.

HSL color Cylindrical-coordinate representation of color #39224B: hue angle of 273.66º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39224B is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB573475-
CMYK0.240.5500.71
HSL273.66º37.61%21.37%-
HSV(B)273.66º54.67%29.41%-
XYZ3.532.526.96-
YUV45.55144.62136.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.34%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=34.34%
G=20.48%
B=45.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5734750.240.5500.71273.6637.6121.37
Hex39224B18370471122615
Octal7142113306701074224625
Binary1110011000101001011110001101110100011110001001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39224B; }

 p { color: rgb(57,34,75); }

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

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

 a { background-color: rgb(57,34,75); }

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

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

 span { border-color: rgb(57,34,75); }

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