#382940

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

Shades of Jagger #382940

Tints of Jagger #382940

Color information

#382940 (or 0x382940) is unknown color: approx Jagger. HEX triplet: 38, 29 and 40. RGB value is (56,41,64). Sum of RGB (Red+Green+Blue) = 56+41+64=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 64 - color contains mainly: blue. Hex color #382940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382940 is #C7D6BF. Grayscale: #303030. Windows color (decimal): -13096640 or 4204856. OLE color: 4204856.

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

Color convert

RGB564164-
CMYK0.130.3600.75
HSL279.13º21.9%20.59%-
HSV(B)279.13º35.94%25.1%-
XYZ3.352.85.21-
YUV48.11136.97133.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=34.78%
G=25.47%
B=39.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5641640.130.3600.75279.1321.920.59
Hex382940D2404B1171615
Octal7051100154401134272625
Binary11100010100110000001101100100010010111000101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382940; }

 p { color: rgb(56,41,64); }

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

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

 a { background-color: rgb(56,41,64); }

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

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

 span { border-color: rgb(56,41,64); }

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