Html Css Color HEX #3D3531 Kilamanjaro

📋 copy color: '#3D3531'

red 61 ◦ green 53 ◦ blue 49

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

Shades of Kilamanjaro #3D3531

Tints of Kilamanjaro #3D3531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.52%

 BLUE value IS 49 (19.53% from 255) = 30.06%

R = 37.42%
G = 32.52%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.76

RGB Variations

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

Color information

#3D3531 (or 0x3D3531) is known color: Kilamanjaro. HEX triplet: 3D, 35 and 31. RGB value is (61,53,49). Sum of RGB (Red+Green+Blue) = 61+53+49=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3531 is #C2CACE. Grayscale: #363636. Windows color (decimal): -12765903 or 3224893. OLE color: 3224893.

HSL color Cylindrical-coordinate representation of color #3D3531: hue angle of 20º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D3531 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 53 49 -
CMYK 0 0.13 0.20 0.76
HSL 20º 0.11% 0.22% -
HSV(B) 20º 0.2% 0.24% -
XYZ 3.75 3.76 3.43 -
YUV 54.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 61 53 49 0 0.13 0.20 0.76 20 0.11 0.22
Hex 3D 35 31 0 D 14 4C 14 B 16
Octal 75 65 61 0 15 24 114 24 13 26
Binary 111101 110101 110001 0 1101 10100 1001100 10100 1011 10110

Color Harmonies of #3D3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3531

Black with #3D3531

Text Example


Text Example

White with #3D3531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,53,49); }

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

background-color css

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

 a { background-color: rgb(61,53,49); }

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

border-color css

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

 span { border-color: rgb(61,53,49); }

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