Html Css Color HEX #382449 Jagger

📋 copy color: '#382449'

red 56 ◦ green 36 ◦ blue 73

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

Shades of Jagger #382449

Tints of Jagger #382449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.82%

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

R = 33.94%
G = 21.82%
B = 44.24%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#382449 (or 0x382449) is known color: Jagger. HEX triplet: 38, 24 and 49. RGB value is (56,36,73). Sum of RGB (Red+Green+Blue) = 56+36+73=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #382449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382449 is #C7DBB6. Grayscale: #2E2E2E. Windows color (decimal): -13097911 or 4793400. OLE color: 4793400.

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

Color convert

RGB 56 36 73 -
CMYK 0.23 0.51 0 0.71
HSL 272.43º 0.34% 0.21% -
HSV(B) 272.43º 0.51% 0.29% -
XYZ 3.46 2.58 6.62 -
YUV 46.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 56 36 73 0.23 0.51 0 0.71 272.43 0.34 0.21
Hex 38 24 49 17 33 0 47 110 22 15
Octal 70 44 111 27 63 0 107 420 42 25
Binary 111000 100100 1001001 10111 110011 0 1000111 100010000 100010 10101

Color Harmonies of #382449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382449

Black with #382449

Text Example


Text Example

White with #382449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382449; }

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

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

background-color css

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

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

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

border-color css

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

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

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