Html Css Color HEX #312B29 Diesel

📋 copy color: '#312B29'

red 49 ◦ green 43 ◦ blue 41

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

Shades of Diesel #312B29

Tints of Diesel #312B29

RGB

 RED value IS 49 (19.53% from 255) = 36.84%

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

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

R = 36.84%
G = 32.33%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#312B29 (or 0x312B29) is known color: Diesel. HEX triplet: 31, 2B and 29. RGB value is (49,43,41). Sum of RGB (Red+Green+Blue) = 49+43+41=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 49 - color contains mainly: red. Hex color #312B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B29 is #CED4D6. Grayscale: #2C2C2C. Windows color (decimal): -13554903 or 2698033. OLE color: 2698033.

HSL color Cylindrical-coordinate representation of color #312B29: hue angle of 15º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #312B29 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 43 41 -
CMYK 0 0.12 0.16 0.81
HSL 15º 0.09% 0.18% -
HSV(B) 15º 0.16% 0.19% -
XYZ 2.53 2.54 2.45 -
YUV 44.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 49 43 41 0 0.12 0.16 0.81 15 0.09 0.18
Hex 31 2B 29 0 C 10 51 F 9 12
Octal 61 53 51 0 14 20 121 17 11 22
Binary 110001 101011 101001 0 1100 10000 1010001 1111 1001 10010

Color Harmonies of #312B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B29

Black with #312B29

Text Example


Text Example

White with #312B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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