#38302F

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

Shades of Diesel #38302F

Tints of Diesel #38302F

Color information

#38302F (or 0x38302F) is unknown color: approx Diesel. HEX triplet: 38, 30 and 2F. RGB value is (56,48,47). Sum of RGB (Red+Green+Blue) = 56+48+47=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 56 - color contains mainly: red. Hex color #38302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38302F is #C7CFD0. Grayscale: #323232. Windows color (decimal): -13094865 or 3092536. OLE color: 3092536.

HSL color Cylindrical-coordinate representation of color #38302F: hue angle of 6.67º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #38302F is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB564847-
CMYK00.140.160.78
HSL6.67º8.74%20.2%-
HSV(B)6.67º16.07%21.96%-
XYZ3.23.163.13-
YUV50.28126.15132.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=37.09%
G=31.79%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56484700.140.160.786.678.7420.2
Hex38302F0E104E7914
Octal7060570162011671124
Binary11100011000010111101110100001001110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38302F; }

 p { color: rgb(56,48,47); }

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

<style>
 a { background-color: #38302F; }

 a { background-color: rgb(56,48,47); }

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

<style>
 span { border-color: #38302F; }

 span { border-color: rgb(56,48,47); }

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