Html Css Color HEX #350F2D Melanzane

📋 copy color: '#350F2D'

red 53 ◦ green 15 ◦ blue 45

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

Shades of Melanzane #350F2D

Tints of Melanzane #350F2D

RGB

 RED value IS 53 (21.09% from 255) = 46.9%

 GREEN value IS 15 (6.25% from 255) = 13.27%

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

R = 46.9%
G = 13.27%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#350F2D (or 0x350F2D) is known color: Melanzane. HEX triplet: 35, 0F and 2D. RGB value is (53,15,45). Sum of RGB (Red+Green+Blue) = 53+15+45=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #350F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F2D is #CAF0D2. Grayscale: #1D1D1D. Windows color (decimal): -13299923 or 2953013. OLE color: 2953013.

HSL color Cylindrical-coordinate representation of color #350F2D: hue angle of 312.63º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #350F2D is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 15 45 -
CMYK 0 0.72 0.15 0.79
HSL 312.63º 0.56% 0.13% -
HSV(B) 312.63º 0.72% 0.21% -
XYZ 2.11 1.29 2.62 -
YUV 29.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 53 15 45 0 0.72 0.15 0.79 312.63 0.56 0.13
Hex 35 F 2D 0 48 F 4F 139 38 D
Octal 65 17 55 0 110 17 117 471 70 15
Binary 110101 1111 101101 0 1001000 1111 1001111 100111001 111000 1101

Color Harmonies of #350F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F2D

Black with #350F2D

Text Example


Text Example

White with #350F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350F2D; }

 p { color: rgb(53,15,45); }

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

background-color css

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

 a { background-color: rgb(53,15,45); }

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

border-color css

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

 span { border-color: rgb(53,15,45); }

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