#382A27

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

Shades of Diesel #382A27

Tints of Diesel #382A27

Color information

#382A27 (or 0x382A27) is unknown color: approx Diesel. HEX triplet: 38, 2A and 27. RGB value is (56,42,39). Sum of RGB (Red+Green+Blue) = 56+42+39=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #382A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A27 is #C7D5D8. Grayscale: #2D2D2D. Windows color (decimal): -13096409 or 2566712. OLE color: 2566712.

HSL color Cylindrical-coordinate representation of color #382A27: hue angle of 10.59º 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 #382A27 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB564239-
CMYK00.250.300.78
HSL10.59º17.89%18.63%-
HSV(B)10.59º30.36%21.96%-
XYZ2.832.642.28-
YUV45.84124.14135.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 42 (16.80% from 255) = 30.66%
BLUE value IS 39 (15.62% from 255) = 28.47%
R=40.88%
G=30.66%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56423900.250.300.7810.5917.8918.63
Hex382A270191E4Eb1213
Octal70524703136116132223
Binary11100010101010011101100111110100111010111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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