#39303E

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

Shades of Jagger #39303E

Tints of Jagger #39303E

Color information

#39303E (or 0x39303E) is unknown color: approx Jagger. HEX triplet: 39, 30 and 3E. RGB value is (57,48,62). Sum of RGB (Red+Green+Blue) = 57+48+62=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 62 - color contains mainly: blue. Hex color #39303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39303E is #C6CFC1. Grayscale: #343434. Windows color (decimal): -13029314 or 4075577. OLE color: 4075577.

HSL color Cylindrical-coordinate representation of color #39303E: hue angle of 278.57º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #39303E is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB574862-
CMYK0.080.2300.76
HSL278.57º12.73%21.57%-
HSV(B)278.57º22.58%24.31%-
XYZ3.613.335.01-
YUV52.29133.48131.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.13%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 62 (24.61% from 255) = 37.13%
R=34.13%
G=28.74%
B=37.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5748620.080.2300.76278.5712.7321.57
Hex39303E81704C117d16
Octal716076102701144271526
Binary11100111000011111010001011101001100100010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39303E; }

 p { color: rgb(57,48,62); }

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

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

 a { background-color: rgb(57,48,62); }

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

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

 span { border-color: rgb(57,48,62); }

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