#39264D

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

Shades of Jagger #39264D

Tints of Jagger #39264D

Color information

#39264D (or 0x39264D) is unknown color: approx Jagger. HEX triplet: 39, 26 and 4D. RGB value is (57,38,77). Sum of RGB (Red+Green+Blue) = 57+38+77=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #39264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39264D is #C6D9B2. Grayscale: #2F2F2F. Windows color (decimal): -13031859 or 5056057. OLE color: 5056057.

HSL color Cylindrical-coordinate representation of color #39264D: hue angle of 269.23º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39264D is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB573877-
CMYK0.260.5100.70
HSL269.23º33.91%22.55%-
HSV(B)269.23º50.65%30.2%-
XYZ3.722.797.36-
YUV48.13144.29134.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 38 (15.23% from 255) = 22.09%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=33.14%
G=22.09%
B=44.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5738770.260.5100.70269.2333.9122.55
Hex39264D1A3304610d2217
Octal7146115326301064154227
Binary1110011001101001101110101100110100011010000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39264D; }

 p { color: rgb(57,38,77); }

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

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

 a { background-color: rgb(57,38,77); }

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

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

 span { border-color: rgb(57,38,77); }

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