#3D2351

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

Shades of Jagger #3D2351

Tints of Jagger #3D2351

Color information

#3D2351 (or 0x3D2351) is unknown color: approx Jagger. HEX triplet: 3D, 23 and 51. RGB value is (61,35,81). Sum of RGB (Red+Green+Blue) = 61+35+81=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D2351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2351 is #C2DCAE. Grayscale: #2F2F2F. Windows color (decimal): -12770479 or 5317437. OLE color: 5317437.

HSL color Cylindrical-coordinate representation of color #3D2351: hue angle of 273.91º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D2351 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB613581-
CMYK0.250.5700.68
HSL273.91º39.66%22.75%-
HSV(B)273.91º56.79%31.76%-
XYZ4.012.798.11-
YUV48.02146.61137.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.46%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 81 (32.03% from 255) = 45.76%
R=34.46%
G=19.77%
B=45.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6135810.250.5700.68273.9139.6622.75
Hex3D235119390441122817
Octal7543121317101044225027
Binary1111011000111010001110011110010100010010001001010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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