#382449

Color #382449 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #382449

Tints of Jagger #382449

Color information

#382449 (or 0x382449) is unknown color: approx 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

RGB563673-
CMYK0.230.5100.71
HSL272.43º33.94%21.37%-
HSV(B)272.43º50.68%28.63%-
XYZ3.462.586.62-
YUV46.2143.13134.99-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5636730.230.5100.71272.4333.9421.37
Hex38244917330471102215
Octal7044111276301074204225
Binary1110001001001001001101111100110100011110001000010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>