#3C014E

Color #3C014E Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #3C014E

Tints of Blackcurrant #3C014E

Color information

#3C014E (or 0x3C014E) is unknown color: approx Blackcurrant. HEX triplet: 3C, 01 and 4E. RGB value is (60,1,78). Sum of RGB (Red+Green+Blue) = 60+1+78=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C014E is #C3FEB1. Grayscale: #1B1B1B. Windows color (decimal): -12844722 or 5112124. OLE color: 5112124.

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

Color convert

RGB60178-
CMYK0.230.9900.69
HSL285.97º97.47%15.49%-
HSV(B)285.97º98.72%30.59%-
XYZ3.251.537.33-
YUV27.42156.55151.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.17%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 78 (30.86% from 255) = 56.12%
R=43.17%
G=0.72%
B=56.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal601780.230.9900.69285.9797.4715.49
Hex3C14E176304511e61f
Octal74111627143010543614117
Binary111100110011101011111000110100010110001111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C014E;
 }
 .AnyTagClassName
 {
   color: #3C014E;
 }
</style>
background-color css

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

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

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

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

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

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