Html Css Color HEX #392B29 Diesel

📋 copy color: '#392B29'

red 57 ◦ green 43 ◦ blue 41

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

Shades of Diesel #392B29

Tints of Diesel #392B29

RGB

 RED value IS 57 (22.66% from 255) = 40.43%

 GREEN value IS 43 (17.19% from 255) = 30.5%

 BLUE value IS 41 (16.41% from 255) = 29.08%

R = 40.43%
G = 30.5%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.78

RGB Variations

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

Color information

#392B29 (or 0x392B29) is known color: Diesel. HEX triplet: 39, 2B and 29. RGB value is (57,43,41). Sum of RGB (Red+Green+Blue) = 57+43+41=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #392B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B29 is #C6D4D6. Grayscale: #2E2E2E. Windows color (decimal): -13030615 or 2698041. OLE color: 2698041.

HSL color Cylindrical-coordinate representation of color #392B29: hue angle of 7.5º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #392B29 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 43 41 -
CMYK 0 0.25 0.28 0.78
HSL 7.5º 0.16% 0.19% -
HSV(B) 7.5º 0.28% 0.22% -
XYZ 2.95 2.76 2.47 -
YUV 46.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 57 43 41 0 0.25 0.28 0.78 7.5 0.16 0.19
Hex 39 2B 29 0 19 1C 4E 8 10 13
Octal 71 53 51 0 31 34 116 10 20 23
Binary 111001 101011 101001 0 11001 11100 1001110 1000 10000 10011

Color Harmonies of #392B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B29

Black with #392B29

Text Example


Text Example

White with #392B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392B29; }

 p { color: rgb(57,43,41); }

 H1.HeaderClassName
 {
   color: #392B29;
 }
 .AnyTagClassName
 {
   color: #392B29;
 }
</style>

background-color css

<style>
 a { background-color: #392B29; }

 a { background-color: rgb(57,43,41); }

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

border-color css

<style>
 span { border-color: #392B29; }

 span { border-color: rgb(57,43,41); }

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