Html Css Color HEX #3D3247 Jagger

📋 copy color: '#3D3247'

red 61 ◦ green 50 ◦ blue 71

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

Shades of Jagger #3D3247

Tints of Jagger #3D3247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.47%

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

R = 33.52%
G = 27.47%
B = 39.01%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3D3247 (or 0x3D3247) is known color: Jagger. HEX triplet: 3D, 32 and 47. RGB value is (61,50,71). Sum of RGB (Red+Green+Blue) = 61+50+71=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D3247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3247 is #C2CDB8. Grayscale: #373737. Windows color (decimal): -12766649 or 4665917. OLE color: 4665917.

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

Color convert

RGB 61 50 71 -
CMYK 0.14 0.30 0 0.72
HSL 271.43º 0.17% 0.24% -
HSV(B) 271.43º 0.3% 0.28% -
XYZ 4.2 3.73 6.46 -
YUV 55.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 61 50 71 0.14 0.30 0 0.72 271.43 0.17 0.24
Hex 3D 32 47 E 1E 0 48 10F 11 18
Octal 75 62 107 16 36 0 110 417 21 30
Binary 111101 110010 1000111 1110 11110 0 1001000 100001111 10001 11000

Color Harmonies of #3D3247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3247

Black with #3D3247

Text Example


Text Example

White with #3D3247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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