#382347

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

Shades of Jagger #382347

Tints of Jagger #382347

Color information

#382347 (or 0x382347) is unknown color: approx Jagger. HEX triplet: 38, 23 and 47. RGB value is (56,35,71). Sum of RGB (Red+Green+Blue) = 56+35+71=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #382347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382347 is #C7DCB8. Grayscale: #2D2D2D. Windows color (decimal): -13098169 or 4662072. OLE color: 4662072.

HSL color Cylindrical-coordinate representation of color #382347: hue angle of 275º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #382347 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB563571-
CMYK0.210.5100.72
HSL275º33.96%20.78%-
HSV(B)275º50.7%27.84%-
XYZ3.372.56.27-
YUV45.38142.46135.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 71 (28.12% from 255) = 43.83%
R=34.57%
G=21.60%
B=43.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5635710.210.5100.7227533.9620.78
Hex38234715330481132215
Octal7043107256301104234225
Binary1110001000111000111101011100110100100010001001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382347; }

 p { color: rgb(56,35,71); }

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

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

 a { background-color: rgb(56,35,71); }

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

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

 span { border-color: rgb(56,35,71); }

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