#382D3D

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

Shades of Jagger #382D3D

Tints of Jagger #382D3D

Color information

#382D3D (or 0x382D3D) is unknown color: approx Jagger. HEX triplet: 38, 2D and 3D. RGB value is (56,45,61). Sum of RGB (Red+Green+Blue) = 56+45+61=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 61 - color contains mainly: blue. Hex color #382D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D3D is #C7D2C2. Grayscale: #323232. Windows color (decimal): -13095619 or 4009272. OLE color: 4009272.

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

Color convert

RGB564561-
CMYK0.080.2600.76
HSL281.25º15.09%20.78%-
HSV(B)281.25º26.23%23.92%-
XYZ3.413.054.82-
YUV50.11134.14132.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 45 (17.97% from 255) = 27.78%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=34.57%
G=27.78%
B=37.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5645610.080.2600.76281.2515.0920.78
Hex382D3D81A04C119f15
Octal705575103201144311725
Binary11100010110111110110001101001001100100011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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