Html Css Color HEX #3D3347 Jagger

📋 copy color: '#3D3347'

red 61 ◦ green 51 ◦ blue 71

#3D3347
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #3D3347

Tints of Jagger #3D3347

RGB

 RED value IS 61 (24.22% from 255) = 33.33%

 GREEN value IS 51 (20.31% from 255) = 27.87%

 BLUE value IS 71 (28.13% from 255) = 38.8%

R = 33.33%
G = 27.87%
B = 38.8%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3D3347 (or 0x3D3347) is known color: Jagger. HEX triplet: 3D, 33 and 47. RGB value is (61,51,71). Sum of RGB (Red+Green+Blue) = 61+51+71=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D3347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3347 is #C2CCB8. Grayscale: #383838. Windows color (decimal): -12766393 or 4666173. OLE color: 4666173.

HSL color Cylindrical-coordinate representation of color #3D3347: hue angle of 270º 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 #3D3347 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 61 51 71 -
CMYK 0.14 0.28 0 0.72
HSL 270º 0.16% 0.24% -
HSV(B) 270º 0.28% 0.28% -
XYZ 4.25 3.81 6.47 -
YUV 56.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 61 51 71 0.14 0.28 0 0.72 270 0.16 0.24
Hex 3D 33 47 E 1C 0 48 10E 10 18
Octal 75 63 107 16 34 0 110 416 20 30
Binary 111101 110011 1000111 1110 11100 0 1001000 100001110 10000 11000

Color Harmonies of #3D3347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3347

Black with #3D3347

Text Example


Text Example

White with #3D3347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D3347;
 }
 .AnyTagClassName
 {
   color: #3D3347;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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