#3C004E

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

Shades of Blackcurrant #3C004E

Tints of Blackcurrant #3C004E

Color information

#3C004E (or 0x3C004E) is unknown color: approx Blackcurrant. HEX triplet: 3C, 00 and 4E. RGB value is (60,0,78). Sum of RGB (Red+Green+Blue) = 60+0+78=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C004E is #C3FFB1. Grayscale: #1A1A1A. Windows color (decimal): -12844978 or 5111868. OLE color: 5111868.

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

Color convert

RGB60078-
CMYK0.23100.69
HSL286.15º100%15.29%-
HSV(B)286.15º100%30.59%-
XYZ3.241.517.33-
YUV26.83156.88151.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 56.52%
R=43.48%
G=0%
B=56.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal600780.23100.69286.1510015.29
Hex3C04E176404511e64f
Octal74011627144010543614417
Binary111100010011101011111001000100010110001111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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