#3A2C2A

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

Shades of Diesel #3A2C2A

Tints of Diesel #3A2C2A

Color information

#3A2C2A (or 0x3A2C2A) is unknown color: approx Diesel. HEX triplet: 3A, 2C and 2A. RGB value is (58,44,42). Sum of RGB (Red+Green+Blue) = 58+44+42=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C2A is #C5D3D5. Grayscale: #2F2F2F. Windows color (decimal): -12964822 or 2763834. OLE color: 2763834.

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

Color convert

RGB584442-
CMYK00.240.280.77
HSL7.5º16%19.61%-
HSV(B)7.5º27.59%22.75%-
XYZ3.062.872.58-
YUV47.96124.64135.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.28%
GREEN value IS 44 (17.58% from 255) = 30.56%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=40.28%
G=30.56%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58444200.240.280.777.51619.61
Hex3A2C2A0181C4D81014
Octal72545203034115102024
Binary11101010110010101001100011100100110110001000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,44,42); }

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

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

 a { background-color: rgb(58,44,42); }

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

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

 span { border-color: rgb(58,44,42); }

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