Html Css Color HEX #332926 Diesel

📋 copy color: '#332926'

red 51 ◦ green 41 ◦ blue 38

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

Shades of Diesel #332926

Tints of Diesel #332926

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.54%

 BLUE value IS 38 (15.23% from 255) = 29.23%

R = 39.23%
G = 31.54%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#332926 (or 0x332926) is known color: Diesel. HEX triplet: 33, 29 and 26. RGB value is (51,41,38). Sum of RGB (Red+Green+Blue) = 51+41+38=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 51 - color contains mainly: red. Hex color #332926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332926 is #CCD6D9. Grayscale: #2B2B2B. Windows color (decimal): -13424346 or 2500915. OLE color: 2500915.

HSL color Cylindrical-coordinate representation of color #332926: hue angle of 13.85º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #332926 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 41 38 -
CMYK 0 0.20 0.25 0.8
HSL 13.85º 0.15% 0.17% -
HSV(B) 13.85º 0.25% 0.2% -
XYZ 2.51 2.43 2.17 -
YUV 43.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 51 41 38 0 0.20 0.25 0.8 13.85 0.15 0.17
Hex 33 29 26 0 14 19 50 E F 11
Octal 63 51 46 0 24 31 120 16 17 21
Binary 110011 101001 100110 0 10100 11001 1010000 1110 1111 10001

Color Harmonies of #332926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332926

Black with #332926

Text Example


Text Example

White with #332926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332926; }

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

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

background-color css

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

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

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

border-color css

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

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

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