Html Css Color HEX #3C1534 Melanzane

📋 copy color: '#3C1534'

red 60 ◦ green 21 ◦ blue 52

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

Shades of Melanzane #3C1534

Tints of Melanzane #3C1534

RGB

 RED value IS 60 (23.83% from 255) = 45.11%

 GREEN value IS 21 (8.59% from 255) = 15.79%

 BLUE value IS 52 (20.7% from 255) = 39.1%

R = 45.11%
G = 15.79%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#3C1534 (or 0x3C1534) is known color: Melanzane. HEX triplet: 3C, 15 and 34. RGB value is (60,21,52). Sum of RGB (Red+Green+Blue) = 60+21+52=133 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.11% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1534 is #C3EACB. Grayscale: #242424. Windows color (decimal): -12839628 or 3413308. OLE color: 3413308.

HSL color Cylindrical-coordinate representation of color #3C1534: hue angle of 312.31º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C1534 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 21 52 -
CMYK 0 0.65 0.13 0.76
HSL 312.31º 0.48% 0.16% -
HSV(B) 312.31º 0.65% 0.24% -
XYZ 2.75 1.74 3.44 -
YUV 36.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 60 21 52 0 0.65 0.13 0.76 312.31 0.48 0.16
Hex 3C 15 34 0 41 D 4C 138 30 10
Octal 74 25 64 0 101 15 114 470 60 20
Binary 111100 10101 110100 0 1000001 1101 1001100 100111000 110000 10000

Color Harmonies of #3C1534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1534

Black with #3C1534

Text Example


Text Example

White with #3C1534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C1534; }

 p { color: rgb(60,21,52); }

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

background-color css

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

 a { background-color: rgb(60,21,52); }

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

border-color css

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

 span { border-color: rgb(60,21,52); }

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