#3C2C29

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

Shades of Diesel #3C2C29

Tints of Diesel #3C2C29

Color information

#3C2C29 (or 0x3C2C29) is unknown color: approx Diesel. HEX triplet: 3C, 2C and 29. RGB value is (60,44,41). Sum of RGB (Red+Green+Blue) = 60+44+41=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2C29 is #C3D3D6. Grayscale: #303030. Windows color (decimal): -12833751 or 2698300. OLE color: 2698300.

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

Color convert

RGB604441-
CMYK00.270.320.76
HSL9.47º18.81%19.8%-
HSV(B)9.47º31.67%23.53%-
XYZ3.162.922.5-
YUV48.44123.8136.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.38%
GREEN value IS 44 (17.58% from 255) = 30.34%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=41.38%
G=30.34%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60444100.270.320.769.4718.8119.8
Hex3C2C2901B204C91314
Octal74545103340114112324
Binary111100101100101001011011100000100110010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,44,41); }

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

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

 a { background-color: rgb(60,44,41); }

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

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

 span { border-color: rgb(60,44,41); }

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