#3C094E

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

Shades of Blackcurrant #3C094E

Tints of Blackcurrant #3C094E

Color information

#3C094E (or 0x3C094E) is unknown color: approx Blackcurrant. HEX triplet: 3C, 09 and 4E. RGB value is (60,9,78). Sum of RGB (Red+Green+Blue) = 60+9+78=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C094E is #C3F6B1. Grayscale: #1F1F1F. Windows color (decimal): -12842674 or 5114172. OLE color: 5114172.

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

Color convert

RGB60978-
CMYK0.230.8800.69
HSL284.35º79.31%17.06%-
HSV(B)284.35º88.46%30.59%-
XYZ3.341.717.36-
YUV32.11153.9147.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.82%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 78 (30.86% from 255) = 53.06%
R=40.82%
G=6.12%
B=53.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal609780.230.8800.69284.3579.3117.06
Hex3C94E175804511c4f11
Octal741111627130010543411721
Binary1111001001100111010111101100001000101100011100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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