Html Css Color HEX #332E2D Diesel

📋 copy color: '#332E2D'

red 51 ◦ green 46 ◦ blue 45

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

Shades of Diesel #332E2D

Tints of Diesel #332E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.39%

 BLUE value IS 45 (17.97% from 255) = 31.69%

R = 35.92%
G = 32.39%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.8

RGB Variations

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

Color information

#332E2D (or 0x332E2D) is known color: Diesel. HEX triplet: 33, 2E and 2D. RGB value is (51,46,45). Sum of RGB (Red+Green+Blue) = 51+46+45=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 51 - color contains mainly: red. Hex color #332E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E2D is #CCD1D2. Grayscale: #2F2F2F. Windows color (decimal): -13423059 or 2960947. OLE color: 2960947.

HSL color Cylindrical-coordinate representation of color #332E2D: hue angle of 10º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #332E2D is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 46 45 -
CMYK 0 0.10 0.12 0.8
HSL 10º 0.06% 0.19% -
HSV(B) 10º 0.12% 0.2% -
XYZ 2.82 2.85 2.88 -
YUV 47.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 51 46 45 0 0.10 0.12 0.8 10 0.06 0.19
Hex 33 2E 2D 0 A C 50 A 6 13
Octal 63 56 55 0 12 14 120 12 6 23
Binary 110011 101110 101101 0 1010 1100 1010000 1010 110 10011

Color Harmonies of #332E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E2D

Black with #332E2D

Text Example


Text Example

White with #332E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,46,45); }

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

background-color css

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

 a { background-color: rgb(51,46,45); }

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

border-color css

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

 span { border-color: rgb(51,46,45); }

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