#382B47

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

Shades of Jagger #382B47

Tints of Jagger #382B47

Color information

#382B47 (or 0x382B47) is unknown color: approx Jagger. HEX triplet: 38, 2B and 47. RGB value is (56,43,71). Sum of RGB (Red+Green+Blue) = 56+43+71=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #382B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B47 is #C7D4B8. Grayscale: #313131. Windows color (decimal): -13096121 or 4664120. OLE color: 4664120.

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

Color convert

RGB564371-
CMYK0.210.3900.72
HSL267.86º24.56%22.35%-
HSV(B)267.86º39.44%27.84%-
XYZ3.633.026.35-
YUV50.08139.81132.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 43 (17.19% from 255) = 25.29%
BLUE value IS 71 (28.12% from 255) = 41.76%
R=32.94%
G=25.29%
B=41.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5643710.210.3900.72267.8624.5622.35
Hex382B47152704810c1916
Octal7053107254701104143126
Binary111000101011100011110101100111010010001000011001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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