Html Css Color HEX #3D3941 Jagger

📋 copy color: '#3D3941'

red 61 ◦ green 57 ◦ blue 65

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

Shades of Jagger #3D3941

Tints of Jagger #3D3941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.52%

R = 33.33%
G = 31.15%
B = 35.52%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3D3941 (or 0x3D3941) is known color: Jagger. HEX triplet: 3D, 39 and 41. RGB value is (61,57,65). Sum of RGB (Red+Green+Blue) = 61+57+65=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D3941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3941 is #C2C6BE. Grayscale: #3B3B3B. Windows color (decimal): -12764863 or 4274493. OLE color: 4274493.

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

Color convert

RGB 61 57 65 -
CMYK 0.06 0.12 0 0.75
HSL 270º 0.07% 0.24% -
HSV(B) 270º 0.12% 0.25% -
XYZ 4.34 4.3 5.6 -
YUV 59.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 61 57 65 0.06 0.12 0 0.75 270 0.07 0.24
Hex 3D 39 41 6 C 0 4B 10E 7 18
Octal 75 71 101 6 14 0 113 416 7 30
Binary 111101 111001 1000001 110 1100 0 1001011 100001110 111 11000

Color Harmonies of #3D3941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3941

Black with #3D3941

Text Example


Text Example

White with #3D3941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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