Html Css Color HEX #392745 Jagger

📋 copy color: '#392745'

red 57 ◦ green 39 ◦ blue 69

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

Shades of Jagger #392745

Tints of Jagger #392745

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.64%

 BLUE value IS 69 (27.34% from 255) = 41.82%

R = 34.55%
G = 23.64%
B = 41.82%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#392745 (or 0x392745) is known color: Jagger. HEX triplet: 39, 27 and 45. RGB value is (57,39,69). Sum of RGB (Red+Green+Blue) = 57+39+69=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 69 - color contains mainly: blue. Hex color #392745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392745 is #C6D8BA. Grayscale: #2F2F2F. Windows color (decimal): -13031611 or 4532025. OLE color: 4532025.

HSL color Cylindrical-coordinate representation of color #392745: hue angle of 276º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #392745 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 39 69 -
CMYK 0.17 0.43 0 0.73
HSL 276º 0.28% 0.21% -
HSV(B) 276º 0.43% 0.27% -
XYZ 3.49 2.75 5.98 -
YUV 47.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 57 39 69 0.17 0.43 0 0.73 276 0.28 0.21
Hex 39 27 45 11 2B 0 49 114 1C 15
Octal 71 47 105 21 53 0 111 424 34 25
Binary 111001 100111 1000101 10001 101011 0 1001001 100010100 11100 10101

Color Harmonies of #392745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392745

Black with #392745

Text Example


Text Example

White with #392745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392745; }

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

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

background-color css

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

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

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

border-color css

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

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

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