#382841

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

Shades of Jagger #382841

Tints of Jagger #382841

Color information

#382841 (or 0x382841) is unknown color: approx Jagger. HEX triplet: 38, 28 and 41. RGB value is (56,40,65). Sum of RGB (Red+Green+Blue) = 56+40+65=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #382841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382841 is #C7D7BE. Grayscale: #2F2F2F. Windows color (decimal): -13096895 or 4270136. OLE color: 4270136.

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

Color convert

RGB564065-
CMYK0.140.3800.75
HSL278.4º23.81%20.59%-
HSV(B)278.4º38.46%25.49%-
XYZ3.342.745.35-
YUV47.63137.8133.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=34.78%
G=24.84%
B=40.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5640650.140.3800.75278.423.8120.59
Hex382841E2604B1161815
Octal7050101164601134263025
Binary11100010100010000011110100110010010111000101101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382841; }

 p { color: rgb(56,40,65); }

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

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

 a { background-color: rgb(56,40,65); }

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

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

 span { border-color: rgb(56,40,65); }

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