Html Css Color HEX #392E3D Jagger

📋 copy color: '#392E3D'

red 57 ◦ green 46 ◦ blue 61

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

Shades of Jagger #392E3D

Tints of Jagger #392E3D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.05%

 BLUE value IS 61 (24.22% from 255) = 37.2%

R = 34.76%
G = 28.05%
B = 37.2%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#392E3D (or 0x392E3D) is known color: Jagger. HEX triplet: 39, 2E and 3D. RGB value is (57,46,61). Sum of RGB (Red+Green+Blue) = 57+46+61=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 61 - color contains mainly: blue. Hex color #392E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E3D is #C6D1C2. Grayscale: #323232. Windows color (decimal): -13029827 or 4009529. OLE color: 4009529.

HSL color Cylindrical-coordinate representation of color #392E3D: hue angle of 284º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #392E3D is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 57 46 61 -
CMYK 0.07 0.25 0 0.76
HSL 284º 0.14% 0.21% -
HSV(B) 284º 0.25% 0.24% -
XYZ 3.51 3.16 4.84 -
YUV 51 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 57 46 61 0.07 0.25 0 0.76 284 0.14 0.21
Hex 39 2E 3D 7 19 0 4C 11C E 15
Octal 71 56 75 7 31 0 114 434 16 25
Binary 111001 101110 111101 111 11001 0 1001100 100011100 1110 10101

Color Harmonies of #392E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E3D

Black with #392E3D

Text Example


Text Example

White with #392E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392E3D; }

 p { color: rgb(57,46,61); }

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

background-color css

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

 a { background-color: rgb(57,46,61); }

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

border-color css

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

 span { border-color: rgb(57,46,61); }

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