Html Css Color HEX #382F2E Diesel

📋 copy color: '#382F2E'

red 56 ◦ green 47 ◦ blue 46

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

Shades of Diesel #382F2E

Tints of Diesel #382F2E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.54%

 BLUE value IS 46 (18.36% from 255) = 30.87%

R = 37.58%
G = 31.54%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#382F2E (or 0x382F2E) is known color: Diesel. HEX triplet: 38, 2F and 2E. RGB value is (56,47,46). Sum of RGB (Red+Green+Blue) = 56+47+46=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #382F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F2E is #C7D0D1. Grayscale: #313131. Windows color (decimal): -13095122 or 3026744. OLE color: 3026744.

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

Color convert

RGB 56 47 46 -
CMYK 0 0.16 0.18 0.78
HSL 0.1% 0.2% -
HSV(B) 0.18% 0.22% -
XYZ 3.14 3.07 3.01 -
YUV 49.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 56 47 46 0 0.16 0.18 0.78 6 0.1 0.2
Hex 38 2F 2E 0 10 12 4E 6 A 14
Octal 70 57 56 0 20 22 116 6 12 24
Binary 111000 101111 101110 0 10000 10010 1001110 110 1010 10100

Color Harmonies of #382F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F2E

Black with #382F2E

Text Example


Text Example

White with #382F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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