Html Css Color HEX #3C114D Blackcurrant

📋 copy color: '#3C114D'

red 60 ◦ green 17 ◦ blue 77

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

Shades of Blackcurrant #3C114D

Tints of Blackcurrant #3C114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.04%

 BLUE value IS 77 (30.47% from 255) = 50%

R = 38.96%
G = 11.04%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C114D (or 0x3C114D) is known color: Blackcurrant. HEX triplet: 3C, 11 and 4D. RGB value is (60,17,77). Sum of RGB (Red+Green+Blue) = 60+17+77=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C114D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C114D is #C3EEB2. Grayscale: #242424. Windows color (decimal): -12840627 or 5050684. OLE color: 5050684.

HSL color Cylindrical-coordinate representation of color #3C114D: hue angle of 283º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C114D is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 60 17 77 -
CMYK 0.22 0.78 0 0.70
HSL 283º 0.64% 0.18% -
HSV(B) 283º 0.78% 0.3% -
XYZ 3.4 1.9 7.21 -
YUV 36.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 60 17 77 0.22 0.78 0 0.70 283 0.64 0.18
Hex 3C 11 4D 16 4E 0 46 11B 40 12
Octal 74 21 115 26 116 0 106 433 100 22
Binary 111100 10001 1001101 10110 1001110 0 1000110 100011011 1000000 10010

Color Harmonies of #3C114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C114D

Black with #3C114D

Text Example


Text Example

White with #3C114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,17,77); }

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

background-color css

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

 a { background-color: rgb(60,17,77); }

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

border-color css

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

 span { border-color: rgb(60,17,77); }

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