#3D3047

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

Shades of Jagger #3D3047

Tints of Jagger #3D3047

Color information

#3D3047 (or 0x3D3047) is unknown color: approx Jagger. HEX triplet: 3D, 30 and 47. RGB value is (61,48,71). Sum of RGB (Red+Green+Blue) = 61+48+71=180 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.89% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D3047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3047 is #C2CFB8. Grayscale: #363636. Windows color (decimal): -12767161 or 4665405. OLE color: 4665405.

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

Color convert

RGB614871-
CMYK0.140.3200.72
HSL273.91º19.33%23.33%-
HSV(B)273.91º32.39%27.84%-
XYZ4.123.566.43-
YUV54.51137.31132.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.89%
GREEN value IS 48 (19.14% from 255) = 26.67%
BLUE value IS 71 (28.12% from 255) = 39.44%
R=33.89%
G=26.67%
B=39.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6148710.140.3200.72273.9119.3323.33
Hex3D3047E200481121317
Octal7560107164001104222327
Binary11110111000010001111110100000010010001000100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,48,71); }

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

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

 a { background-color: rgb(61,48,71); }

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

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

 span { border-color: rgb(61,48,71); }

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