#3D3448

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

Shades of Jagger #3D3448

Tints of Jagger #3D3448

Color information

#3D3448 (or 0x3D3448) is unknown color: approx Jagger. HEX triplet: 3D, 34 and 48. RGB value is (61,52,72). Sum of RGB (Red+Green+Blue) = 61+52+72=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D3448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3448 is #C2CBB7. Grayscale: #383838. Windows color (decimal): -12766136 or 4731965. OLE color: 4731965.

HSL color Cylindrical-coordinate representation of color #3D3448: hue angle of 267º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D3448 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB615272-
CMYK0.150.2800.72
HSL267º16.13%24.31%-
HSV(B)267º27.78%28.24%-
XYZ4.323.926.66-
YUV56.97136.48130.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.97%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=32.97%
G=28.11%
B=38.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6152720.150.2800.7226716.1324.31
Hex3D3448F1C04810b1018
Octal7564110173401104132030
Binary1111011101001001000111111100010010001000010111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,52,72); }

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

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

 a { background-color: rgb(61,52,72); }

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

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

 span { border-color: rgb(61,52,72); }

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