#382B27

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

Shades of Diesel #382B27

Tints of Diesel #382B27

Color information

#382B27 (or 0x382B27) is unknown color: approx Diesel. HEX triplet: 38, 2B and 27. RGB value is (56,43,39). Sum of RGB (Red+Green+Blue) = 56+43+39=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #382B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B27 is #C7D4D8. Grayscale: #2E2E2E. Windows color (decimal): -13096153 or 2566968. OLE color: 2566968.

HSL color Cylindrical-coordinate representation of color #382B27: hue angle of 14.12º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #382B27 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB564339-
CMYK00.230.300.78
HSL14.12º17.89%18.63%-
HSV(B)14.12º30.36%21.96%-
XYZ2.862.712.29-
YUV46.43123.81134.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 43 (17.19% from 255) = 31.16%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=40.58%
G=31.16%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56433900.230.300.7814.1217.8918.63
Hex382B270171E4Ee1213
Octal70534702736116162223
Binary11100010101110011101011111110100111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382B27; }

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

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

<style>
 a { background-color: #382B27; }

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

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

<style>
 span { border-color: #382B27; }

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

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