Html Css Color HEX #362C29 Diesel

📋 copy color: '#362C29'

red 54 ◦ green 44 ◦ blue 41

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

Shades of Diesel #362C29

Tints of Diesel #362C29

RGB

 RED value IS 54 (21.48% from 255) = 38.85%

 GREEN value IS 44 (17.58% from 255) = 31.65%

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

R = 38.85%
G = 31.65%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.79

RGB Variations

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

Color information

#362C29 (or 0x362C29) is known color: Diesel. HEX triplet: 36, 2C and 29. RGB value is (54,44,41). Sum of RGB (Red+Green+Blue) = 54+44+41=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 54 - color contains mainly: red. Hex color #362C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C29 is #C9D3D6. Grayscale: #2E2E2E. Windows color (decimal): -13226967 or 2698294. OLE color: 2698294.

HSL color Cylindrical-coordinate representation of color #362C29: hue angle of 13.85º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #362C29 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 44 41 -
CMYK 0 0.19 0.24 0.79
HSL 13.85º 0.14% 0.19% -
HSV(B) 13.85º 0.24% 0.21% -
XYZ 2.82 2.75 2.48 -
YUV 46.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 54 44 41 0 0.19 0.24 0.79 13.85 0.14 0.19
Hex 36 2C 29 0 13 18 4F E E 13
Octal 66 54 51 0 23 30 117 16 16 23
Binary 110110 101100 101001 0 10011 11000 1001111 1110 1110 10011

Color Harmonies of #362C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C29

Black with #362C29

Text Example


Text Example

White with #362C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362C29; }

 p { color: rgb(54,44,41); }

 H1.HeaderClassName
 {
   color: #362C29;
 }
 .AnyTagClassName
 {
   color: #362C29;
 }
</style>

background-color css

<style>
 a { background-color: #362C29; }

 a { background-color: rgb(54,44,41); }

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

border-color css

<style>
 span { border-color: #362C29; }

 span { border-color: rgb(54,44,41); }

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