Html Css Color HEX #3D381A Madras

📋 copy color: '#3D381A'

red 61 ◦ green 56 ◦ blue 26

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

Shades of Madras #3D381A

Tints of Madras #3D381A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.16%

 BLUE value IS 26 (10.55% from 255) = 18.18%

R = 42.66%
G = 39.16%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.76

RGB Variations

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

Color information

#3D381A (or 0x3D381A) is known color: Madras. HEX triplet: 3D, 38 and 1A. RGB value is (61,56,26). Sum of RGB (Red+Green+Blue) = 61+56+26=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 61 - color contains mainly: red. Hex color #3D381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D381A is #C2C7E5. Grayscale: #363636. Windows color (decimal): -12765158 or 1718333. OLE color: 1718333.

HSL color Cylindrical-coordinate representation of color #3D381A: hue angle of 51.43º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D381A is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 56 26 -
CMYK 0 0.08 0.57 0.76
HSL 51.43º 0.4% 0.17% -
HSV(B) 51.43º 0.57% 0.24% -
XYZ 3.53 3.9 1.54 -
YUV 54.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 61 56 26 0 0.08 0.57 0.76 51.43 0.4 0.17
Hex 3D 38 1A 0 8 39 4C 33 28 11
Octal 75 70 32 0 10 71 114 63 50 21
Binary 111101 111000 11010 0 1000 111001 1001100 110011 101000 10001

Color Harmonies of #3D381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D381A

Black with #3D381A

Text Example


Text Example

White with #3D381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,56,26); }

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

background-color css

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

 a { background-color: rgb(61,56,26); }

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

border-color css

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

 span { border-color: rgb(61,56,26); }

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