Html Css Color HEX #3C114A Blackcurrant

📋 copy color: '#3C114A'

red 60 ◦ green 17 ◦ blue 74

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

Shades of Blackcurrant #3C114A

Tints of Blackcurrant #3C114A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 49.01%

R = 39.74%
G = 11.26%
B = 49.01%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C114A (or 0x3C114A) is known color: Blackcurrant. HEX triplet: 3C, 11 and 4A. RGB value is (60,17,74). Sum of RGB (Red+Green+Blue) = 60+17+74=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C114A is #C3EEB5. Grayscale: #242424. Windows color (decimal): -12840630 or 4854076. OLE color: 4854076.

HSL color Cylindrical-coordinate representation of color #3C114A: hue angle of 285.26º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C114A is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 17 74 -
CMYK 0.19 0.77 0 0.71
HSL 285.26º 0.63% 0.18% -
HSV(B) 285.26º 0.77% 0.29% -
XYZ 3.3 1.86 6.66 -
YUV 36.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 60 17 74 0.19 0.77 0 0.71 285.26 0.63 0.18
Hex 3C 11 4A 13 4D 0 47 11D 3F 12
Octal 74 21 112 23 115 0 107 435 77 22
Binary 111100 10001 1001010 10011 1001101 0 1000111 100011101 111111 10010

Color Harmonies of #3C114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C114A

Black with #3C114A

Text Example


Text Example

White with #3C114A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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