#382B48

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

Shades of Jagger #382B48

Tints of Jagger #382B48

Color information

#382B48 (or 0x382B48) is unknown color: approx Jagger. HEX triplet: 38, 2B and 48. RGB value is (56,43,72). Sum of RGB (Red+Green+Blue) = 56+43+72=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #382B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B48 is #C7D4B7. Grayscale: #323232. Windows color (decimal): -13096120 or 4729656. OLE color: 4729656.

HSL color Cylindrical-coordinate representation of color #382B48: hue angle of 266.9º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #382B48 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB564372-
CMYK0.220.4000.72
HSL266.9º25.22%22.55%-
HSV(B)266.9º40.28%28.24%-
XYZ3.663.046.52-
YUV50.19140.31132.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 43 (17.19% from 255) = 25.15%
BLUE value IS 72 (28.52% from 255) = 42.11%
R=32.75%
G=25.15%
B=42.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5643720.220.4000.72266.925.2222.55
Hex382B48162804810b1917
Octal7053110265001104133127
Binary111000101011100100010110101000010010001000010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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