#3F2A26

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

Shades of Diesel #3F2A26

Tints of Diesel #3F2A26

Color information

#3F2A26 (or 0x3F2A26) is unknown color: approx Diesel. HEX triplet: 3F, 2A and 26. RGB value is (63,42,38). Sum of RGB (Red+Green+Blue) = 63+42+38=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A26 is #C0D5D9. Grayscale: #2F2F2F. Windows color (decimal): -12637658 or 2501183. OLE color: 2501183.

HSL color Cylindrical-coordinate representation of color #3F2A26: hue angle of 9.6º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F2A26 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB634238-
CMYK00.330.400.75
HSL9.6º24.75%19.8%-
HSV(B)9.6º39.68%24.71%-
XYZ3.232.852.21-
YUV47.82122.46138.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.06%
GREEN value IS 42 (16.80% from 255) = 29.37%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=44.06%
G=29.37%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63423800.330.400.759.624.7519.8
Hex3F2A26021284Ba1914
Octal77524604150113123124
Binary1111111010101001100100001101000100101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,42,38); }

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

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

 a { background-color: rgb(63,42,38); }

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

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

 span { border-color: rgb(63,42,38); }

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