Html Css Color HEX #392546 Jagger

📋 copy color: '#392546'

red 57 ◦ green 37 ◦ blue 70

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

Shades of Jagger #392546

Tints of Jagger #392546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.56%

 BLUE value IS 70 (27.73% from 255) = 42.68%

R = 34.76%
G = 22.56%
B = 42.68%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#392546 (or 0x392546) is known color: Jagger. HEX triplet: 39, 25 and 46. RGB value is (57,37,70). Sum of RGB (Red+Green+Blue) = 57+37+70=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 70 - color contains mainly: blue. Hex color #392546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392546 is #C6DAB9. Grayscale: #2E2E2E. Windows color (decimal): -13032122 or 4597049. OLE color: 4597049.

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

Color convert

RGB 57 37 70 -
CMYK 0.19 0.47 0 0.73
HSL 276.36º 0.31% 0.21% -
HSV(B) 276.36º 0.47% 0.27% -
XYZ 3.45 2.64 6.12 -
YUV 46.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 57 37 70 0.19 0.47 0 0.73 276.36 0.31 0.21
Hex 39 25 46 13 2F 0 49 114 1F 15
Octal 71 45 106 23 57 0 111 424 37 25
Binary 111001 100101 1000110 10011 101111 0 1001001 100010100 11111 10101

Color Harmonies of #392546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392546

Black with #392546

Text Example


Text Example

White with #392546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392546; }

 p { color: rgb(57,37,70); }

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

background-color css

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

 a { background-color: rgb(57,37,70); }

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

border-color css

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

 span { border-color: rgb(57,37,70); }

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