#382146

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

Shades of Jagger #382146

Tints of Jagger #382146

Color information

#382146 (or 0x382146) is unknown color: approx Jagger. HEX triplet: 38, 21 and 46. RGB value is (56,33,70). Sum of RGB (Red+Green+Blue) = 56+33+70=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 70 - color contains mainly: blue. Hex color #382146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382146 is #C7DEB9. Grayscale: #2B2B2B. Windows color (decimal): -13098682 or 4596024. OLE color: 4596024.

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

Color convert

RGB563370-
CMYK0.200.5300.73
HSL277.3º35.92%20.2%-
HSV(B)277.3º52.86%27.45%-
XYZ3.282.376.08-
YUV44.1142.62136.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 70 (27.73% from 255) = 44.03%
R=35.22%
G=20.75%
B=44.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5633700.200.5300.73277.335.9220.2
Hex38214614350491152414
Octal7041106246501114254424
Binary1110001000011000110101001101010100100110001010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382146; }

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

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

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

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

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

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

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

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