#39333F

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

Shades of Jagger #39333F

Tints of Jagger #39333F

Color information

#39333F (or 0x39333F) is unknown color: approx Jagger. HEX triplet: 39, 33 and 3F. RGB value is (57,51,63). Sum of RGB (Red+Green+Blue) = 57+51+63=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 63 - color contains mainly: blue. Hex color #39333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39333F is #C6CCC0. Grayscale: #363636. Windows color (decimal): -13028545 or 4141881. OLE color: 4141881.

HSL color Cylindrical-coordinate representation of color #39333F: hue angle of 270º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #39333F is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB575163-
CMYK0.100.1900.75
HSL270º10.53%22.35%-
HSV(B)270º19.05%24.71%-
XYZ3.773.65.2-
YUV54.16132.99130.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 63 (25% from 255) = 36.84%
R=33.33%
G=29.82%
B=36.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5751630.100.1900.7527010.5322.35
Hex39333FA1304B10eb16
Octal716377122301134161326
Binary11100111001111111110101001101001011100001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39333F; }

 p { color: rgb(57,51,63); }

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

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

 a { background-color: rgb(57,51,63); }

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

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

 span { border-color: rgb(57,51,63); }

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