Html Css Color HEX #392645 Jagger

📋 copy color: '#392645'

red 57 ◦ green 38 ◦ blue 69

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

Shades of Jagger #392645

Tints of Jagger #392645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.17%

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

R = 34.76%
G = 23.17%
B = 42.07%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#392645 (or 0x392645) is known color: Jagger. HEX triplet: 39, 26 and 45. RGB value is (57,38,69). Sum of RGB (Red+Green+Blue) = 57+38+69=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 69 - color contains mainly: blue. Hex color #392645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392645 is #C6D9BA. Grayscale: #2F2F2F. Windows color (decimal): -13031867 or 4531769. OLE color: 4531769.

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

Color convert

RGB 57 38 69 -
CMYK 0.17 0.45 0 0.73
HSL 276.77º 0.29% 0.21% -
HSV(B) 276.77º 0.45% 0.27% -
XYZ 3.45 2.69 5.97 -
YUV 47.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 57 38 69 0.17 0.45 0 0.73 276.77 0.29 0.21
Hex 39 26 45 11 2D 0 49 115 1D 15
Octal 71 46 105 21 55 0 111 425 35 25
Binary 111001 100110 1000101 10001 101101 0 1001001 100010101 11101 10101

Color Harmonies of #392645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392645

Black with #392645

Text Example


Text Example

White with #392645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392645; }

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

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

background-color css

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

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

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

border-color css

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

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

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