#3B2C2A

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

Shades of Diesel #3B2C2A

Tints of Diesel #3B2C2A

Color information

#3B2C2A (or 0x3B2C2A) is unknown color: approx Diesel. HEX triplet: 3B, 2C and 2A. RGB value is (59,44,42). Sum of RGB (Red+Green+Blue) = 59+44+42=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C2A is #C4D3D5. Grayscale: #303030. Windows color (decimal): -12899286 or 2763835. OLE color: 2763835.

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

Color convert

RGB594442-
CMYK00.250.290.77
HSL7.06º16.83%19.8%-
HSV(B)7.06º28.81%23.14%-
XYZ3.122.92.59-
YUV48.26124.47135.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.69%
GREEN value IS 44 (17.58% from 255) = 30.34%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=40.69%
G=30.34%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59444200.250.290.777.0616.8319.8
Hex3B2C2A0191D4D71114
Octal7354520313511572124
Binary1110111011001010100110011110110011011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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