Html Css Color HEX #3C014F Blackcurrant

📋 copy color: '#3C014F'

red 60 ◦ green 1 ◦ blue 79

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

Shades of Blackcurrant #3C014F

Tints of Blackcurrant #3C014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 79 (31.25% from 255) = 56.43%

R = 42.86%
G = 0.71%
B = 56.43%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C014F (or 0x3C014F) is known color: Blackcurrant. HEX triplet: 3C, 01 and 4F. RGB value is (60,1,79). Sum of RGB (Red+Green+Blue) = 60+1+79=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C014F is #C3FEB0. Grayscale: #1B1B1B. Windows color (decimal): -12844721 or 5177660. OLE color: 5177660.

HSL color Cylindrical-coordinate representation of color #3C014F: hue angle of 285.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C014F is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 1 79 -
CMYK 0.24 0.99 0 0.69
HSL 285.38º 0.98% 0.16% -
HSV(B) 285.38º 0.99% 0.31% -
XYZ 3.29 1.55 7.52 -
YUV 27.53 157.05 151.16 -
System Red Green Blue C M Y K H S L
Decimal 60 1 79 0.24 0.99 0 0.69 285.38 0.98 0.16
Hex 3C 1 4F 18 63 0 45 11D 62 10
Octal 74 1 117 30 143 0 105 435 142 20
Binary 111100 1 1001111 11000 1100011 0 1000101 100011101 1100010 10000

Color Harmonies of #3C014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C014F

Black with #3C014F

Text Example


Text Example

White with #3C014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,1,79); }

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

background-color css

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

 a { background-color: rgb(60,1,79); }

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

border-color css

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

 span { border-color: rgb(60,1,79); }

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