#382048

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

Shades of Jagger #382048

Tints of Jagger #382048

Color information

#382048 (or 0x382048) is unknown color: approx Jagger. HEX triplet: 38, 20 and 48. RGB value is (56,32,72). Sum of RGB (Red+Green+Blue) = 56+32+72=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #382048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382048 is #C7DFB7. Grayscale: #2B2B2B. Windows color (decimal): -13098936 or 4726840. OLE color: 4726840.

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

Color convert

RGB563272-
CMYK0.220.5600.72
HSL276º38.46%20.39%-
HSV(B)276º55.56%28.24%-
XYZ3.322.346.41-
YUV43.74143.95136.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 72 (28.52% from 255) = 45%
R=35%
G=20%
B=45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5632720.220.5600.7227638.4620.39
Hex38204816380481142614
Octal7040110267001104244624
Binary1110001000001001000101101110000100100010001010010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382048; }

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

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

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

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

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

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

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

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