Html Css Color HEX #382D2C Diesel

📋 copy color: '#382D2C'

red 56 ◦ green 45 ◦ blue 44

#382D2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Diesel #382D2C

Tints of Diesel #382D2C

RGB

 RED value IS 56 (22.27% from 255) = 38.62%

 GREEN value IS 45 (17.97% from 255) = 31.03%

 BLUE value IS 44 (17.58% from 255) = 30.34%

R = 38.62%
G = 31.03%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#382D2C (or 0x382D2C) is known color: Diesel. HEX triplet: 38, 2D and 2C. RGB value is (56,45,44). Sum of RGB (Red+Green+Blue) = 56+45+44=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D2C is #C7D2D3. Grayscale: #303030. Windows color (decimal): -13095636 or 2895160. OLE color: 2895160.

HSL color Cylindrical-coordinate representation of color #382D2C: hue angle of 5º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #382D2C is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 45 44 -
CMYK 0 0.20 0.21 0.78
HSL 0.12% 0.2% -
HSV(B) 0.21% 0.22% -
XYZ 3.02 2.9 2.78 -
YUV 48.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 56 45 44 0 0.20 0.21 0.78 5 0.12 0.2
Hex 38 2D 2C 0 14 15 4E 5 C 14
Octal 70 55 54 0 24 25 116 5 14 24
Binary 111000 101101 101100 0 10100 10101 1001110 101 1100 10100

Color Harmonies of #382D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D2C

Black with #382D2C

Text Example


Text Example

White with #382D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,45,44); }

 H1.HeaderClassName
 {
   color: #382D2C;
 }
 .AnyTagClassName
 {
   color: #382D2C;
 }
</style>

background-color css

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

 a { background-color: rgb(56,45,44); }

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

border-color css

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

 span { border-color: rgb(56,45,44); }

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