#39274B

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

Shades of Jagger #39274B

Tints of Jagger #39274B

Color information

#39274B (or 0x39274B) is unknown color: approx Jagger. HEX triplet: 39, 27 and 4B. RGB value is (57,39,75). Sum of RGB (Red+Green+Blue) = 57+39+75=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #39274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39274B is #C6D8B4. Grayscale: #303030. Windows color (decimal): -13031605 or 4925241. OLE color: 4925241.

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

Color convert

RGB573975-
CMYK0.240.4800.71
HSL270º31.58%22.35%-
HSV(B)270º48%29.41%-
XYZ3.682.837.01-
YUV48.49142.96134.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=33.33%
G=22.81%
B=43.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5739750.240.4800.7127031.5822.35
Hex39274B183004710e2016
Octal7147113306001074164026
Binary1110011001111001011110001100000100011110000111010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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