#382548

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

Shades of Jagger #382548

Tints of Jagger #382548

Color information

#382548 (or 0x382548) is unknown color: approx Jagger. HEX triplet: 38, 25 and 48. RGB value is (56,37,72). Sum of RGB (Red+Green+Blue) = 56+37+72=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #382548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382548 is #C7DAB7. Grayscale: #2E2E2E. Windows color (decimal): -13097656 or 4728120. OLE color: 4728120.

HSL color Cylindrical-coordinate representation of color #382548: hue angle of 272.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #382548 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB563772-
CMYK0.220.4900.72
HSL272.57º32.11%21.37%-
HSV(B)272.57º48.61%28.24%-
XYZ3.462.636.46-
YUV46.67142.29134.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=33.94%
G=22.42%
B=43.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5637720.220.4900.72272.5732.1121.37
Hex38254816310481112015
Octal7045110266101104214025
Binary1110001001011001000101101100010100100010001000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382548; }

 p { color: rgb(56,37,72); }

 H1.HeaderClassName
 {
   color: #382548;
 }
 .AnyTagClassName
 {
   color: #382548;
 }
</style>
background-color css

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

 a { background-color: rgb(56,37,72); }

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

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

 span { border-color: rgb(56,37,72); }

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