Html Css Color HEX #332630 Melanzane

📋 copy color: '#332630'

red 51 ◦ green 38 ◦ blue 48

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

Shades of Melanzane #332630

Tints of Melanzane #332630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.74%

 BLUE value IS 48 (19.14% from 255) = 35.04%

R = 37.23%
G = 27.74%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#332630 (or 0x332630) is known color: Melanzane. HEX triplet: 33, 26 and 30. RGB value is (51,38,48). Sum of RGB (Red+Green+Blue) = 51+38+48=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 51 - color contains mainly: red. Hex color #332630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332630 is #CCD9CF. Grayscale: #2B2B2B. Windows color (decimal): -13425104 or 3155507. OLE color: 3155507.

HSL color Cylindrical-coordinate representation of color #332630: hue angle of 313.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 #332630 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 38 48 -
CMYK 0 0.25 0.06 0.8
HSL 313.85º 0.15% 0.17% -
HSV(B) 313.85º 0.25% 0.2% -
XYZ 2.59 2.3 3.1 -
YUV 43.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 51 38 48 0 0.25 0.06 0.8 313.85 0.15 0.17
Hex 33 26 30 0 19 6 50 13A F 11
Octal 63 46 60 0 31 6 120 472 17 21
Binary 110011 100110 110000 0 11001 110 1010000 100111010 1111 10001

Color Harmonies of #332630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332630

Black with #332630

Text Example


Text Example

White with #332630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332630; }

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

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

background-color css

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

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

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

border-color css

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

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

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