Html Css Color HEX #392352 Jagger

📋 copy color: '#392352'

red 57 ◦ green 35 ◦ blue 82

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

Shades of Jagger #392352

Tints of Jagger #392352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.11%

 BLUE value IS 82 (32.42% from 255) = 47.13%

R = 32.76%
G = 20.11%
B = 47.13%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#392352 (or 0x392352) is known color: Jagger. HEX triplet: 39, 23 and 52. RGB value is (57,35,82). Sum of RGB (Red+Green+Blue) = 57+35+82=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #392352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392352 is #C6DCAD. Grayscale: #2E2E2E. Windows color (decimal): -13032622 or 5382969. OLE color: 5382969.

HSL color Cylindrical-coordinate representation of color #392352: hue angle of 268.09º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #392352 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 35 82 -
CMYK 0.30 0.57 0 0.68
HSL 268.09º 0.4% 0.23% -
HSV(B) 268.09º 0.57% 0.32% -
XYZ 3.81 2.68 8.3 -
YUV 46.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 57 35 82 0.30 0.57 0 0.68 268.09 0.4 0.23
Hex 39 23 52 1E 39 0 44 10C 28 17
Octal 71 43 122 36 71 0 104 414 50 27
Binary 111001 100011 1010010 11110 111001 0 1000100 100001100 101000 10111

Color Harmonies of #392352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392352

Black with #392352

Text Example


Text Example

White with #392352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392352; }

 p { color: rgb(57,35,82); }

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

background-color css

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

 a { background-color: rgb(57,35,82); }

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

border-color css

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

 span { border-color: rgb(57,35,82); }

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