#382E3D

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

Shades of Jagger #382E3D

Tints of Jagger #382E3D

Color information

#382E3D (or 0x382E3D) is unknown color: approx Jagger. HEX triplet: 38, 2E and 3D. RGB value is (56,46,61). Sum of RGB (Red+Green+Blue) = 56+46+61=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 61 - color contains mainly: blue. Hex color #382E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E3D is #C7D1C2. Grayscale: #323232. Windows color (decimal): -13095363 or 4009528. OLE color: 4009528.

HSL color Cylindrical-coordinate representation of color #382E3D: hue angle of 280º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #382E3D is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB564661-
CMYK0.080.2500.76
HSL280º14.02%20.98%-
HSV(B)280º24.59%23.92%-
XYZ3.453.134.84-
YUV50.7133.81131.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=34.36%
G=28.22%
B=37.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5646610.080.2500.7628014.0220.98
Hex382E3D81904C118e15
Octal705675103101144301625
Binary11100010111011110110001100101001100100011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,46,61); }

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

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

 a { background-color: rgb(56,46,61); }

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

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

 span { border-color: rgb(56,46,61); }

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