Html Css Color HEX #3D2D29 Diesel

📋 copy color: '#3D2D29'

red 61 ◦ green 45 ◦ blue 41

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

Shades of Diesel #3D2D29

Tints of Diesel #3D2D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.61%

 BLUE value IS 41 (16.41% from 255) = 27.89%

R = 41.5%
G = 30.61%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#3D2D29 (or 0x3D2D29) is known color: Diesel. HEX triplet: 3D, 2D and 29. RGB value is (61,45,41). Sum of RGB (Red+Green+Blue) = 61+45+41=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2D29 is #C2D2D6. Grayscale: #313131. Windows color (decimal): -12767959 or 2698557. OLE color: 2698557.

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

Color convert

RGB 61 45 41 -
CMYK 0 0.26 0.33 0.76
HSL 12º 0.2% 0.2% -
HSV(B) 12º 0.33% 0.24% -
XYZ 3.26 3.03 2.51 -
YUV 49.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 61 45 41 0 0.26 0.33 0.76 12 0.2 0.2
Hex 3D 2D 29 0 1A 21 4C C 14 14
Octal 75 55 51 0 32 41 114 14 24 24
Binary 111101 101101 101001 0 11010 100001 1001100 1100 10100 10100

Color Harmonies of #3D2D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2D29

Black with #3D2D29

Text Example


Text Example

White with #3D2D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,45,41); }

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

background-color css

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

 a { background-color: rgb(61,45,41); }

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

border-color css

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

 span { border-color: rgb(61,45,41); }

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