Html Css Color HEX #3D3741 Jagger

📋 copy color: '#3D3741'

red 61 ◦ green 55 ◦ blue 65

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

Shades of Jagger #3D3741

Tints of Jagger #3D3741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.39%

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

R = 33.7%
G = 30.39%
B = 35.91%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3D3741 (or 0x3D3741) is known color: Jagger. HEX triplet: 3D, 37 and 41. RGB value is (61,55,65). Sum of RGB (Red+Green+Blue) = 61+55+65=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D3741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3741 is #C2C8BE. Grayscale: #393939. Windows color (decimal): -12765375 or 4273981. OLE color: 4273981.

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

Color convert

RGB 61 55 65 -
CMYK 0.06 0.15 0 0.75
HSL 276º 0.08% 0.24% -
HSV(B) 276º 0.15% 0.25% -
XYZ 4.24 4.11 5.57 -
YUV 57.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 61 55 65 0.06 0.15 0 0.75 276 0.08 0.24
Hex 3D 37 41 6 F 0 4B 114 8 18
Octal 75 67 101 6 17 0 113 424 10 30
Binary 111101 110111 1000001 110 1111 0 1001011 100010100 1000 11000

Color Harmonies of #3D3741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3741

Black with #3D3741

Text Example


Text Example

White with #3D3741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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