#3B2B27

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

Shades of Diesel #3B2B27

Tints of Diesel #3B2B27

Color information

#3B2B27 (or 0x3B2B27) is unknown color: approx Diesel. HEX triplet: 3B, 2B and 27. RGB value is (59,43,39). Sum of RGB (Red+Green+Blue) = 59+43+39=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2B27 is #C4D4D8. Grayscale: #2F2F2F. Windows color (decimal): -12899545 or 2566971. OLE color: 2566971.

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

Color convert

RGB594339-
CMYK00.270.340.77
HSL12º20.41%19.22%-
HSV(B)12º33.9%23.14%-
XYZ3.032.82.3-
YUV47.33123.3136.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.84%
GREEN value IS 43 (17.19% from 255) = 30.50%
BLUE value IS 39 (15.62% from 255) = 27.66%
R=41.84%
G=30.50%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59433900.270.340.771220.4119.22
Hex3B2B2701B224Dc1413
Octal73534703342115142423
Binary111011101011100111011011100010100110111001010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,43,39); }

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

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

 a { background-color: rgb(59,43,39); }

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

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

 span { border-color: rgb(59,43,39); }

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