#3C134E

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

Shades of Blackcurrant #3C134E

Tints of Blackcurrant #3C134E

Color information

#3C134E (or 0x3C134E) is unknown color: approx Blackcurrant. HEX triplet: 3C, 13 and 4E. RGB value is (60,19,78). Sum of RGB (Red+Green+Blue) = 60+19+78=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C134E is #C3ECB1. Grayscale: #252525. Windows color (decimal): -12840114 or 5116732. OLE color: 5116732.

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

Color convert

RGB601978-
CMYK0.230.7600.69
HSL281.69º60.82%19.02%-
HSV(B)281.69º75.64%30.59%-
XYZ3.471.987.41-
YUV37.98150.58143.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.22%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 78 (30.86% from 255) = 49.68%
R=38.22%
G=12.10%
B=49.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6019780.230.7600.69281.6960.8219.02
Hex3C134E174C04511a3d13
Octal74231162711401054327523
Binary1111001001110011101011110011000100010110001101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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