Html Css Color HEX #382A27 Diesel

📋 copy color: '#382A27'

red 56 ◦ green 42 ◦ blue 39

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

Shades of Diesel #382A27

Tints of Diesel #382A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.66%

 BLUE value IS 39 (15.63% from 255) = 28.47%

R = 40.88%
G = 30.66%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#382A27 (or 0x382A27) is known color: 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

RGB 56 42 39 -
CMYK 0 0.25 0.30 0.78
HSL 10.59º 0.18% 0.19% -
HSV(B) 10.59º 0.3% 0.22% -
XYZ 2.83 2.64 2.28 -
YUV 45.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 56 42 39 0 0.25 0.30 0.78 10.59 0.18 0.19
Hex 38 2A 27 0 19 1E 4E B 12 13
Octal 70 52 47 0 31 36 116 13 22 23
Binary 111000 101010 100111 0 11001 11110 1001110 1011 10010 10011

Color Harmonies of #382A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A27

Black with #382A27

Text Example


Text Example

White with #382A27

Text Example


Text Example

HTML Codes & Css Web 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>