Html Css Color HEX #3C114C Blackcurrant

📋 copy color: '#3C114C'

red 60 ◦ green 17 ◦ blue 76

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

Shades of Blackcurrant #3C114C

Tints of Blackcurrant #3C114C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 49.67%

R = 39.22%
G = 11.11%
B = 49.67%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C114C (or 0x3C114C) is known color: Blackcurrant. HEX triplet: 3C, 11 and 4C. RGB value is (60,17,76). Sum of RGB (Red+Green+Blue) = 60+17+76=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C114C is #C3EEB3. Grayscale: #242424. Windows color (decimal): -12840628 or 4985148. OLE color: 4985148.

HSL color Cylindrical-coordinate representation of color #3C114C: hue angle of 283.73º degrees, saturation: 0.63, 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 #3C114C is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 60 17 76 -
CMYK 0.21 0.78 0 0.70
HSL 283.73º 0.63% 0.18% -
HSV(B) 283.73º 0.78% 0.3% -
XYZ 3.37 1.88 7.02 -
YUV 36.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 60 17 76 0.21 0.78 0 0.70 283.73 0.63 0.18
Hex 3C 11 4C 15 4E 0 46 11C 3F 12
Octal 74 21 114 25 116 0 106 434 77 22
Binary 111100 10001 1001100 10101 1001110 0 1000110 100011100 111111 10010

Color Harmonies of #3C114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C114C

Black with #3C114C

Text Example


Text Example

White with #3C114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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