Html Css Color HEX #39323F Jagger

📋 copy color: '#39323F'

red 57 ◦ green 50 ◦ blue 63

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

Shades of Jagger #39323F

Tints of Jagger #39323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

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

R = 33.53%
G = 29.41%
B = 37.06%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#39323F (or 0x39323F) is known color: Jagger. HEX triplet: 39, 32 and 3F. RGB value is (57,50,63). Sum of RGB (Red+Green+Blue) = 57+50+63=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 63 - color contains mainly: blue. Hex color #39323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39323F is #C6CDC0. Grayscale: #353535. Windows color (decimal): -13028801 or 4141625. OLE color: 4141625.

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

Color convert

RGB 57 50 63 -
CMYK 0.10 0.21 0 0.75
HSL 272.31º 0.12% 0.22% -
HSV(B) 272.31º 0.21% 0.25% -
XYZ 3.73 3.51 5.18 -
YUV 53.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 57 50 63 0.10 0.21 0 0.75 272.31 0.12 0.22
Hex 39 32 3F A 15 0 4B 110 C 16
Octal 71 62 77 12 25 0 113 420 14 26
Binary 111001 110010 111111 1010 10101 0 1001011 100010000 1100 10110

Color Harmonies of #39323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39323F

Black with #39323F

Text Example


Text Example

White with #39323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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