#392750

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

Shades of Jagger #392750

Tints of Jagger #392750

Color information

#392750 (or 0x392750) is unknown color: approx Jagger. HEX triplet: 39, 27 and 50. RGB value is (57,39,80). Sum of RGB (Red+Green+Blue) = 57+39+80=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #392750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392750 is #C6D8AF. Grayscale: #303030. Windows color (decimal): -13031600 or 5252921. OLE color: 5252921.

HSL color Cylindrical-coordinate representation of color #392750: hue angle of 266.34º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #392750 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB573980-
CMYK0.290.5100.69
HSL266.34º34.45%23.33%-
HSV(B)266.34º51.25%31.37%-
XYZ3.862.97.95-
YUV49.06145.46133.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=32.39%
G=22.16%
B=45.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5739800.290.5100.69266.3434.4523.33
Hex3927501D3304510a2217
Octal7147120356301054124227
Binary1110011001111010000111011100110100010110000101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392750; }

 p { color: rgb(57,39,80); }

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

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

 a { background-color: rgb(57,39,80); }

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

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

 span { border-color: rgb(57,39,80); }

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