#3B2C28

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

Shades of Diesel #3B2C28

Tints of Diesel #3B2C28

Color information

#3B2C28 (or 0x3B2C28) is unknown color: approx Diesel. HEX triplet: 3B, 2C and 28. RGB value is (59,44,40). Sum of RGB (Red+Green+Blue) = 59+44+40=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C28 is #C4D3D7. Grayscale: #303030. Windows color (decimal): -12899288 or 2632763. OLE color: 2632763.

HSL color Cylindrical-coordinate representation of color #3B2C28: hue angle of 12.63º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B2C28 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.77.

Color convert

RGB594440-
CMYK00.250.320.77
HSL12.63º19.19%19.41%-
HSV(B)12.63º32.2%23.14%-
XYZ3.092.882.4-
YUV48.03123.47135.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.26%
GREEN value IS 44 (17.58% from 255) = 30.77%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=41.26%
G=30.77%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59444000.250.320.7712.6319.1919.41
Hex3B2C28019204Dd1313
Octal73545003140115152323
Binary111011101100101000011001100000100110111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,44,40); }

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

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

 a { background-color: rgb(59,44,40); }

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

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

 span { border-color: rgb(59,44,40); }

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