#382346

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

Shades of Jagger #382346

Tints of Jagger #382346

Color information

#382346 (or 0x382346) is unknown color: approx Jagger. HEX triplet: 38, 23 and 46. RGB value is (56,35,70). Sum of RGB (Red+Green+Blue) = 56+35+70=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 70 - color contains mainly: blue. Hex color #382346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382346 is #C7DCB9. Grayscale: #2D2D2D. Windows color (decimal): -13098170 or 4596536. OLE color: 4596536.

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

Color convert

RGB563570-
CMYK0.200.500.73
HSL276º33.33%20.59%-
HSV(B)276º50%27.45%-
XYZ3.342.496.1-
YUV45.27141.96135.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 35 (14.06% from 255) = 21.74%
BLUE value IS 70 (27.73% from 255) = 43.48%
R=34.78%
G=21.74%
B=43.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5635700.200.500.7327633.3320.59
Hex38234614320491142115
Octal7043106246201114244125
Binary1110001000111000110101001100100100100110001010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382346; }

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

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

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

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

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

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

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

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