#3C2D2B

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

Shades of Diesel #3C2D2B

Tints of Diesel #3C2D2B

Color information

#3C2D2B (or 0x3C2D2B) is unknown color: approx Diesel. HEX triplet: 3C, 2D and 2B. RGB value is (60,45,43). Sum of RGB (Red+Green+Blue) = 60+45+43=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2D2B is #C3D2D4. Grayscale: #313131. Windows color (decimal): -12833493 or 2829628. OLE color: 2829628.

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

Color convert

RGB604543-
CMYK00.250.280.76
HSL7.06º16.5%20.2%-
HSV(B)7.06º28.33%23.53%-
XYZ3.243.012.7-
YUV49.26124.47135.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.54%
GREEN value IS 45 (17.97% from 255) = 30.41%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=40.54%
G=30.41%
B=29.05%

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
Decimal60454300.250.280.767.0616.520.2
Hex3C2D2B0191C4C71114
Octal7455530313411472124
Binary1111001011011010110110011110010011001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,45,43); }

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

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

 a { background-color: rgb(60,45,43); }

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

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

 span { border-color: rgb(60,45,43); }

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