#382845

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

Shades of Jagger #382845

Tints of Jagger #382845

Color information

#382845 (or 0x382845) is unknown color: approx Jagger. HEX triplet: 38, 28 and 45. RGB value is (56,40,69). Sum of RGB (Red+Green+Blue) = 56+40+69=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 69 - color contains mainly: blue. Hex color #382845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382845 is #C7D7BA. Grayscale: #2F2F2F. Windows color (decimal): -13096891 or 4532280. OLE color: 4532280.

HSL color Cylindrical-coordinate representation of color #382845: hue angle of 273.1º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #382845 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB564069-
CMYK0.190.4200.73
HSL273.1º26.61%21.37%-
HSV(B)273.1º42.03%27.06%-
XYZ3.462.795.99-
YUV48.09139.8133.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 69 (27.34% from 255) = 41.82%
R=33.94%
G=24.24%
B=41.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5640690.190.4200.73273.126.6121.37
Hex382845132A0491111b15
Octal7050105235201114213325
Binary111000101000100010110011101010010010011000100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382845; }

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

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

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

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

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

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

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

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