Html Css Color HEX #382A49 Jagger

📋 copy color: '#382A49'

red 56 ◦ green 42 ◦ blue 73

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

Shades of Jagger #382A49

Tints of Jagger #382A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.56%

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

R = 32.75%
G = 24.56%
B = 42.69%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#382A49 (or 0x382A49) is known color: Jagger. HEX triplet: 38, 2A and 49. RGB value is (56,42,73). Sum of RGB (Red+Green+Blue) = 56+42+73=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #382A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A49 is #C7D5B6. Grayscale: #313131. Windows color (decimal): -13096375 or 4794936. OLE color: 4794936.

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

Color convert

RGB 56 42 73 -
CMYK 0.23 0.42 0 0.71
HSL 267.1º 0.27% 0.23% -
HSV(B) 267.1º 0.42% 0.29% -
XYZ 3.66 2.98 6.69 -
YUV 49.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 56 42 73 0.23 0.42 0 0.71 267.1 0.27 0.23
Hex 38 2A 49 17 2A 0 47 10B 1B 17
Octal 70 52 111 27 52 0 107 413 33 27
Binary 111000 101010 1001001 10111 101010 0 1000111 100001011 11011 10111

Color Harmonies of #382A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A49

Black with #382A49

Text Example


Text Example

White with #382A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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