#382C48

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

Shades of Jagger #382C48

Tints of Jagger #382C48

Color information

#382C48 (or 0x382C48) is unknown color: approx Jagger. HEX triplet: 38, 2C and 48. RGB value is (56,44,72). Sum of RGB (Red+Green+Blue) = 56+44+72=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #382C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C48 is #C7D3B7. Grayscale: #323232. Windows color (decimal): -13095864 or 4729912. OLE color: 4729912.

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

Color convert

RGB564472-
CMYK0.220.3900.72
HSL265.71º24.14%22.75%-
HSV(B)265.71º38.89%28.24%-
XYZ3.73.116.54-
YUV50.78139.98131.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=32.56%
G=25.58%
B=41.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5644720.220.3900.72265.7124.1422.75
Hex382C48162704810a1817
Octal7054110264701104123027
Binary111000101100100100010110100111010010001000010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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