#382C47

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

Shades of Jagger #382C47

Tints of Jagger #382C47

Color information

#382C47 (or 0x382C47) is unknown color: approx Jagger. HEX triplet: 38, 2C and 47. RGB value is (56,44,71). Sum of RGB (Red+Green+Blue) = 56+44+71=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #382C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C47 is #C7D3B8. Grayscale: #323232. Windows color (decimal): -13095865 or 4664376. OLE color: 4664376.

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

Color convert

RGB564471-
CMYK0.210.3800.72
HSL266.67º23.48%22.55%-
HSV(B)266.67º38.03%27.84%-
XYZ3.673.16.37-
YUV50.67139.48131.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 44 (17.58% from 255) = 25.73%
BLUE value IS 71 (28.12% from 255) = 41.52%
R=32.75%
G=25.73%
B=41.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5644710.210.3800.72266.6723.4822.55
Hex382C47152604810b1717
Octal7054107254601104132727
Binary111000101100100011110101100110010010001000010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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