Html Css Color HEX #3D3341 Jagger

📋 copy color: '#3D3341'

red 61 ◦ green 51 ◦ blue 65

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

Shades of Jagger #3D3341

Tints of Jagger #3D3341

RGB

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

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

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

R = 34.46%
G = 28.81%
B = 36.72%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3D3341 (or 0x3D3341) is known color: Jagger. HEX triplet: 3D, 33 and 41. RGB value is (61,51,65). Sum of RGB (Red+Green+Blue) = 61+51+65=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D3341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3341 is #C2CCBE. Grayscale: #373737. Windows color (decimal): -12766399 or 4272957. OLE color: 4272957.

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

Color convert

RGB 61 51 65 -
CMYK 0.06 0.22 0 0.75
HSL 282.86º 0.12% 0.23% -
HSV(B) 282.86º 0.22% 0.25% -
XYZ 4.06 3.74 5.51 -
YUV 55.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 61 51 65 0.06 0.22 0 0.75 282.86 0.12 0.23
Hex 3D 33 41 6 16 0 4B 11B C 17
Octal 75 63 101 6 26 0 113 433 14 27
Binary 111101 110011 1000001 110 10110 0 1001011 100011011 1100 10111

Color Harmonies of #3D3341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3341

Black with #3D3341

Text Example


Text Example

White with #3D3341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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