Html Css Color HEX #332D2B Diesel

📋 copy color: '#332D2B'

red 51 ◦ green 45 ◦ blue 43

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

Shades of Diesel #332D2B

Tints of Diesel #332D2B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.37%

 BLUE value IS 43 (17.19% from 255) = 30.94%

R = 36.69%
G = 32.37%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.8

RGB Variations

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

Color information

#332D2B (or 0x332D2B) is known color: Diesel. HEX triplet: 33, 2D and 2B. RGB value is (51,45,43). Sum of RGB (Red+Green+Blue) = 51+45+43=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 51 - color contains mainly: red. Hex color #332D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D2B is #CCD2D4. Grayscale: #2E2E2E. Windows color (decimal): -13423317 or 2829619. OLE color: 2829619.

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

Color convert

RGB 51 45 43 -
CMYK 0 0.12 0.16 0.8
HSL 15º 0.09% 0.18% -
HSV(B) 15º 0.16% 0.2% -
XYZ 2.74 2.75 2.67 -
YUV 46.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 51 45 43 0 0.12 0.16 0.8 15 0.09 0.18
Hex 33 2D 2B 0 C 10 50 F 9 12
Octal 63 55 53 0 14 20 120 17 11 22
Binary 110011 101101 101011 0 1100 10000 1010000 1111 1001 10010

Color Harmonies of #332D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D2B

Black with #332D2B

Text Example


Text Example

White with #332D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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