#3D2E2C

Color #3D2E2C Diesel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Diesel #3D2E2C

Tints of Diesel #3D2E2C

Color information

#3D2E2C (or 0x3D2E2C) is unknown color: approx Diesel. HEX triplet: 3D, 2E and 2C. RGB value is (61,46,44). Sum of RGB (Red+Green+Blue) = 61+46+44=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2E2C is #C2D1D3. Grayscale: #323232. Windows color (decimal): -12767700 or 2895421. OLE color: 2895421.

HSL color Cylindrical-coordinate representation of color #3D2E2C: hue angle of 7.06º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D2E2C is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB614644-
CMYK00.250.280.76
HSL7.06º16.19%20.59%-
HSV(B)7.06º27.87%23.92%-
XYZ3.363.132.81-
YUV50.26124.47135.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.40%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=40.40%
G=30.46%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61464400.250.280.767.0616.1920.59
Hex3D2E2C0191C4C71015
Octal7556540313411472025
Binary1111011011101011000110011110010011001111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,46,44); }

 H1.HeaderClassName
 {
   color: #3D2E2C;
 }
 .AnyTagClassName
 {
   color: #3D2E2C;
 }
</style>
background-color css

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

 a { background-color: rgb(61,46,44); }

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

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

 span { border-color: rgb(61,46,44); }

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