Html Css Color HEX #39313F Jagger

📋 copy color: '#39313F'

red 57 ◦ green 49 ◦ blue 63

#39313F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #39313F

Tints of Jagger #39313F

RGB

 RED value IS 57 (22.66% from 255) = 33.73%

 GREEN value IS 49 (19.53% from 255) = 28.99%

 BLUE value IS 63 (25% from 255) = 37.28%

R = 33.73%
G = 28.99%
B = 37.28%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#39313F (or 0x39313F) is known color: Jagger. HEX triplet: 39, 31 and 3F. RGB value is (57,49,63). Sum of RGB (Red+Green+Blue) = 57+49+63=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 63 - color contains mainly: blue. Hex color #39313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39313F is #C6CEC0. Grayscale: #343434. Windows color (decimal): -13029057 or 4141369. OLE color: 4141369.

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

Color convert

RGB 57 49 63 -
CMYK 0.10 0.22 0 0.75
HSL 274.29º 0.13% 0.22% -
HSV(B) 274.29º 0.22% 0.25% -
XYZ 3.68 3.43 5.17 -
YUV 52.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 57 49 63 0.10 0.22 0 0.75 274.29 0.13 0.22
Hex 39 31 3F A 16 0 4B 112 C 16
Octal 71 61 77 12 26 0 113 422 14 26
Binary 111001 110001 111111 1010 10110 0 1001011 100010010 1100 10110

Color Harmonies of #39313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39313F

Black with #39313F

Text Example


Text Example

White with #39313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39313F;
 }
 .AnyTagClassName
 {
   color: #39313F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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