#3D2348

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

Shades of Jagger #3D2348

Tints of Jagger #3D2348

Color information

#3D2348 (or 0x3D2348) is unknown color: approx Jagger. HEX triplet: 3D, 23 and 48. RGB value is (61,35,72). Sum of RGB (Red+Green+Blue) = 61+35+72=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D2348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2348 is #C2DCB7. Grayscale: #2E2E2E. Windows color (decimal): -12770488 or 4727613. OLE color: 4727613.

HSL color Cylindrical-coordinate representation of color #3D2348: hue angle of 282.16º degrees, saturation: 0.35, 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 #3D2348 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB613572-
CMYK0.150.5100.72
HSL282.16º34.58%20.98%-
HSV(B)282.16º51.39%28.24%-
XYZ3.72.666.45-
YUV46.99142.11137.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.31%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 72 (28.52% from 255) = 42.86%
R=36.31%
G=20.83%
B=42.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6135720.150.5100.72282.1634.5820.98
Hex3D2348F3304811a2315
Octal7543110176301104324325
Binary111101100011100100011111100110100100010001101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,35,72); }

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

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

 a { background-color: rgb(61,35,72); }

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

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

 span { border-color: rgb(61,35,72); }

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