#3D2446

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

Shades of Jagger #3D2446

Tints of Jagger #3D2446

Color information

#3D2446 (or 0x3D2446) is unknown color: approx Jagger. HEX triplet: 3D, 24 and 46. RGB value is (61,36,70). Sum of RGB (Red+Green+Blue) = 61+36+70=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 70 - color contains mainly: blue. Hex color #3D2446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2446 is #C2DBB9. Grayscale: #2F2F2F. Windows color (decimal): -12770234 or 4596797. OLE color: 4596797.

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

Color convert

RGB613670-
CMYK0.130.4900.73
HSL284.12º32.08%20.78%-
HSV(B)284.12º48.57%27.45%-
XYZ3.662.76.12-
YUV47.35140.78137.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.53%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 70 (27.73% from 255) = 41.92%
R=36.53%
G=21.56%
B=41.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6136700.130.4900.73284.1232.0820.78
Hex3D2446D3104911c2015
Octal7544106156101114344025
Binary111101100100100011011011100010100100110001110010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D2446; }

 p { color: rgb(61,36,70); }

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

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

 a { background-color: rgb(61,36,70); }

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

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

 span { border-color: rgb(61,36,70); }

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