#39284B

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

Shades of Jagger #39284B

Tints of Jagger #39284B

Color information

#39284B (or 0x39284B) is unknown color: approx Jagger. HEX triplet: 39, 28 and 4B. RGB value is (57,40,75). Sum of RGB (Red+Green+Blue) = 57+40+75=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #39284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39284B is #C6D7B4. Grayscale: #303030. Windows color (decimal): -13031349 or 4925497. OLE color: 4925497.

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

Color convert

RGB574075-
CMYK0.240.4700.71
HSL269.14º30.43%22.55%-
HSV(B)269.14º46.67%29.41%-
XYZ3.722.97.02-
YUV49.07142.63133.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 40 (16.02% from 255) = 23.26%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=33.14%
G=23.26%
B=43.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5740750.240.4700.71269.1430.4322.55
Hex39284B182F04710d1e17
Octal7150113305701074153627
Binary111001101000100101111000101111010001111000011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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