Html Css Color HEX #382049 Jagger

📋 copy color: '#382049'

red 56 ◦ green 32 ◦ blue 73

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

Shades of Jagger #382049

Tints of Jagger #382049

RGB

 RED value IS 56 (22.27% from 255) = 34.78%

 GREEN value IS 32 (12.89% from 255) = 19.88%

 BLUE value IS 73 (28.91% from 255) = 45.34%

R = 34.78%
G = 19.88%
B = 45.34%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#382049 (or 0x382049) is known color: Jagger. HEX triplet: 38, 20 and 49. RGB value is (56,32,73). Sum of RGB (Red+Green+Blue) = 56+32+73=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #382049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382049 is #C7DFB6. Grayscale: #2B2B2B. Windows color (decimal): -13098935 or 4792376. OLE color: 4792376.

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

Color convert

RGB 56 32 73 -
CMYK 0.23 0.56 0 0.71
HSL 275.12º 0.39% 0.21% -
HSV(B) 275.12º 0.56% 0.29% -
XYZ 3.35 2.35 6.58 -
YUV 43.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 56 32 73 0.23 0.56 0 0.71 275.12 0.39 0.21
Hex 38 20 49 17 38 0 47 113 27 15
Octal 70 40 111 27 70 0 107 423 47 25
Binary 111000 100000 1001001 10111 111000 0 1000111 100010011 100111 10101

Color Harmonies of #382049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382049

Black with #382049

Text Example


Text Example

White with #382049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382049; }

 p { color: rgb(56,32,73); }

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

background-color css

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

 a { background-color: rgb(56,32,73); }

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

border-color css

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

 span { border-color: rgb(56,32,73); }

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