Html Css Color HEX #332B29 Diesel

📋 copy color: '#332B29'

red 51 ◦ green 43 ◦ blue 41

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

Shades of Diesel #332B29

Tints of Diesel #332B29

RGB

 RED value IS 51 (20.31% from 255) = 37.78%

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

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

R = 37.78%
G = 31.85%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#332B29 (or 0x332B29) is known color: Diesel. HEX triplet: 33, 2B and 29. RGB value is (51,43,41). Sum of RGB (Red+Green+Blue) = 51+43+41=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 51 - color contains mainly: red. Hex color #332B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332B29 is #CCD4D6. Grayscale: #2D2D2D. Windows color (decimal): -13423831 or 2698035. OLE color: 2698035.

HSL color Cylindrical-coordinate representation of color #332B29: hue angle of 12º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #332B29 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 43 41 -
CMYK 0 0.16 0.20 0.8
HSL 12º 0.11% 0.18% -
HSV(B) 12º 0.2% 0.2% -
XYZ 2.63 2.59 2.46 -
YUV 45.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 51 43 41 0 0.16 0.20 0.8 12 0.11 0.18
Hex 33 2B 29 0 10 14 50 C B 12
Octal 63 53 51 0 20 24 120 14 13 22
Binary 110011 101011 101001 0 10000 10100 1010000 1100 1011 10010

Color Harmonies of #332B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332B29

Black with #332B29

Text Example


Text Example

White with #332B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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