#3D1853

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

Shades of Jagger #3D1853

Tints of Jagger #3D1853

Color information

#3D1853 (or 0x3D1853) is unknown color: approx Jagger. HEX triplet: 3D, 18 and 53. RGB value is (61,24,83). Sum of RGB (Red+Green+Blue) = 61+24+83=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D1853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1853 is #C2E7AC. Grayscale: #292929. Windows color (decimal): -12773293 or 5445693. OLE color: 5445693.

HSL color Cylindrical-coordinate representation of color #3D1853: hue angle of 277.63º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D1853 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB612483-
CMYK0.270.7100.67
HSL277.63º55.14%20.98%-
HSV(B)277.63º71.08%32.55%-
XYZ3.812.278.42-
YUV41.79151.26141.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.31%
GREEN value IS 24 (9.77% from 255) = 14.29%
BLUE value IS 83 (32.81% from 255) = 49.40%
R=36.31%
G=14.29%
B=49.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6124830.270.7100.67277.6355.1420.98
Hex3D18531B470431163715
Octal75301233310701034266725
Binary1111011100010100111101110001110100001110001011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,24,83); }

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

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

 a { background-color: rgb(61,24,83); }

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

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

 span { border-color: rgb(61,24,83); }

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