#3D2250

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

Shades of Jagger #3D2250

Tints of Jagger #3D2250

Color information

#3D2250 (or 0x3D2250) is unknown color: approx Jagger. HEX triplet: 3D, 22 and 50. RGB value is (61,34,80). Sum of RGB (Red+Green+Blue) = 61+34+80=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D2250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2250 is #C2DDAF. Grayscale: #2F2F2F. Windows color (decimal): -12770736 or 5251645. OLE color: 5251645.

HSL color Cylindrical-coordinate representation of color #3D2250: hue angle of 275.22º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D2250 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB613480-
CMYK0.240.5800.69
HSL275.22º40.35%22.35%-
HSV(B)275.22º57.5%31.37%-
XYZ3.942.727.91-
YUV47.32146.45137.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.86%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 80 (31.64% from 255) = 45.71%
R=34.86%
G=19.43%
B=45.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6134800.240.5800.69275.2240.3522.35
Hex3D2250183A0451132816
Octal7542120307201054235026
Binary1111011000101010000110001110100100010110001001110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,34,80); }

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

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

 a { background-color: rgb(61,34,80); }

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

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

 span { border-color: rgb(61,34,80); }

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