Html Css Color HEX #330E2B Melanzane

📋 copy color: '#330E2B'

red 51 ◦ green 14 ◦ blue 43

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

Shades of Melanzane #330E2B

Tints of Melanzane #330E2B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.96%

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

R = 47.22%
G = 12.96%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.8

RGB Variations

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

Color information

#330E2B (or 0x330E2B) is known color: Melanzane. HEX triplet: 33, 0E and 2B. RGB value is (51,14,43). Sum of RGB (Red+Green+Blue) = 51+14+43=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #330E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E2B is #CCF1D4. Grayscale: #1C1C1C. Windows color (decimal): -13431253 or 2821683. OLE color: 2821683.

HSL color Cylindrical-coordinate representation of color #330E2B: hue angle of 312.97º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #330E2B is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 14 43 -
CMYK 0 0.73 0.16 0.8
HSL 312.97º 0.57% 0.13% -
HSV(B) 312.97º 0.73% 0.2% -
XYZ 1.96 1.19 2.41 -
YUV 28.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 51 14 43 0 0.73 0.16 0.8 312.97 0.57 0.13
Hex 33 E 2B 0 49 10 50 139 39 D
Octal 63 16 53 0 111 20 120 471 71 15
Binary 110011 1110 101011 0 1001001 10000 1010000 100111001 111001 1101

Color Harmonies of #330E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E2B

Black with #330E2B

Text Example


Text Example

White with #330E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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