Html Css Color HEX #392350 Jagger

📋 copy color: '#392350'

red 57 ◦ green 35 ◦ blue 80

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

Shades of Jagger #392350

Tints of Jagger #392350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 46.51%

R = 33.14%
G = 20.35%
B = 46.51%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#392350 (or 0x392350) is known color: Jagger. HEX triplet: 39, 23 and 50. RGB value is (57,35,80). Sum of RGB (Red+Green+Blue) = 57+35+80=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #392350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392350 is #C6DCAF. Grayscale: #2E2E2E. Windows color (decimal): -13032624 or 5251897. OLE color: 5251897.

HSL color Cylindrical-coordinate representation of color #392350: hue angle of 269.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #392350 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 35 80 -
CMYK 0.29 0.56 0 0.69
HSL 269.33º 0.39% 0.23% -
HSV(B) 269.33º 0.56% 0.31% -
XYZ 3.74 2.65 7.9 -
YUV 46.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 57 35 80 0.29 0.56 0 0.69 269.33 0.39 0.23
Hex 39 23 50 1D 38 0 45 10D 27 17
Octal 71 43 120 35 70 0 105 415 47 27
Binary 111001 100011 1010000 11101 111000 0 1000101 100001101 100111 10111

Color Harmonies of #392350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392350

Black with #392350

Text Example


Text Example

White with #392350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392350; }

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

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

background-color css

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

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

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

border-color css

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

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

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