Html Css Color HEX #3C1B34 Melanzane

📋 copy color: '#3C1B34'

red 60 ◦ green 27 ◦ blue 52

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

Shades of Melanzane #3C1B34

Tints of Melanzane #3C1B34

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.42%

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

R = 43.17%
G = 19.42%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#3C1B34 (or 0x3C1B34) is known color: Melanzane. HEX triplet: 3C, 1B and 34. RGB value is (60,27,52). Sum of RGB (Red+Green+Blue) = 60+27+52=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1B34 is #C3E4CB. Grayscale: #272727. Windows color (decimal): -12838092 or 3414844. OLE color: 3414844.

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

Color convert

RGB 60 27 52 -
CMYK 0 0.55 0.13 0.76
HSL 314.55º 0.38% 0.17% -
HSV(B) 314.55º 0.55% 0.24% -
XYZ 2.88 1.99 3.48 -
YUV 39.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 60 27 52 0 0.55 0.13 0.76 314.55 0.38 0.17
Hex 3C 1B 34 0 37 D 4C 13B 26 11
Octal 74 33 64 0 67 15 114 473 46 21
Binary 111100 11011 110100 0 110111 1101 1001100 100111011 100110 10001

Color Harmonies of #3C1B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1B34

Black with #3C1B34

Text Example


Text Example

White with #3C1B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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