#3D234D

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

Shades of Jagger #3D234D

Tints of Jagger #3D234D

Color information

#3D234D (or 0x3D234D) is unknown color: approx Jagger. HEX triplet: 3D, 23 and 4D. RGB value is (61,35,77). Sum of RGB (Red+Green+Blue) = 61+35+77=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D234D is #C2DCB2. Grayscale: #2F2F2F. Windows color (decimal): -12770483 or 5055293. OLE color: 5055293.

HSL color Cylindrical-coordinate representation of color #3D234D: hue angle of 277.14º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D234D is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB613577-
CMYK0.210.5500.70
HSL277.14º37.5%21.96%-
HSV(B)277.14º54.55%30.2%-
XYZ3.872.737.34-
YUV47.56144.61137.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.26%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 77 (30.47% from 255) = 44.51%
R=35.26%
G=20.23%
B=44.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6135770.210.5500.70277.1437.521.96
Hex3D234D15370461152516
Octal7543115256701064254526
Binary1111011000111001101101011101110100011010001010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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