#382B3D

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

Shades of Jagger #382B3D

Tints of Jagger #382B3D

Color information

#382B3D (or 0x382B3D) is unknown color: approx Jagger. HEX triplet: 38, 2B and 3D. RGB value is (56,43,61). Sum of RGB (Red+Green+Blue) = 56+43+61=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 61 - color contains mainly: blue. Hex color #382B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B3D is #C7D4C2. Grayscale: #303030. Windows color (decimal): -13096131 or 4008760. OLE color: 4008760.

HSL color Cylindrical-coordinate representation of color #382B3D: hue angle of 283.33º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #382B3D is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB564361-
CMYK0.080.3000.76
HSL283.33º17.31%20.39%-
HSV(B)283.33º29.51%23.92%-
XYZ3.342.914.8-
YUV48.94134.81133.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 61 (24.22% from 255) = 38.12%
R=35%
G=26.88%
B=38.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5643610.080.3000.76283.3317.3120.39
Hex382B3D81E04C11b1114
Octal705375103601144332124
Binary111000101011111101100011110010011001000110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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