Html Css Color HEX #3D3940 Jagger

📋 copy color: '#3D3940'

red 61 ◦ green 57 ◦ blue 64

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

Shades of Jagger #3D3940

Tints of Jagger #3D3940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.32%

 BLUE value IS 64 (25.39% from 255) = 35.16%

R = 33.52%
G = 31.32%
B = 35.16%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3D3940 (or 0x3D3940) is known color: Jagger. HEX triplet: 3D, 39 and 40. RGB value is (61,57,64). Sum of RGB (Red+Green+Blue) = 61+57+64=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D3940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3940 is #C2C6BF. Grayscale: #3A3A3A. Windows color (decimal): -12764864 or 4208957. OLE color: 4208957.

HSL color Cylindrical-coordinate representation of color #3D3940: hue angle of 274.29º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3D3940 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 61 57 64 -
CMYK 0.05 0.11 0 0.75
HSL 274.29º 0.06% 0.24% -
HSV(B) 274.29º 0.11% 0.25% -
XYZ 4.31 4.29 5.45 -
YUV 58.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 61 57 64 0.05 0.11 0 0.75 274.29 0.06 0.24
Hex 3D 39 40 5 B 0 4B 112 6 18
Octal 75 71 100 5 13 0 113 422 6 30
Binary 111101 111001 1000000 101 1011 0 1001011 100010010 110 11000

Color Harmonies of #3D3940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3940

Black with #3D3940

Text Example


Text Example

White with #3D3940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,57,64); }

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

background-color css

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

 a { background-color: rgb(61,57,64); }

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

border-color css

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

 span { border-color: rgb(61,57,64); }

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