#3D224B

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

Shades of Jagger #3D224B

Tints of Jagger #3D224B

Color information

#3D224B (or 0x3D224B) is unknown color: approx Jagger. HEX triplet: 3D, 22 and 4B. RGB value is (61,34,75). Sum of RGB (Red+Green+Blue) = 61+34+75=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D224B is #C2DDB4. Grayscale: #2E2E2E. Windows color (decimal): -12770741 or 4923965. OLE color: 4923965.

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

Color convert

RGB613475-
CMYK0.190.5500.71
HSL279.51º37.61%21.37%-
HSV(B)279.51º54.67%29.41%-
XYZ3.772.646.97-
YUV46.75143.95138.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.88%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=35.88%
G=20%
B=44.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6134750.190.5500.71279.5137.6121.37
Hex3D224B13370471182615
Octal7542113236701074304625
Binary1111011000101001011100111101110100011110001100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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