#3C0651

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

Shades of Blackcurrant #3C0651

Tints of Blackcurrant #3C0651

Color information

#3C0651 (or 0x3C0651) is unknown color: approx Blackcurrant. HEX triplet: 3C, 06 and 51. RGB value is (60,6,81). Sum of RGB (Red+Green+Blue) = 60+6+81=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C0651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0651 is #C3F9AE. Grayscale: #1E1E1E. Windows color (decimal): -12843439 or 5310012. OLE color: 5310012.

HSL color Cylindrical-coordinate representation of color #3C0651: hue angle of 283.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0651 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB60681-
CMYK0.260.9300.68
HSL283.2º86.21%17.06%-
HSV(B)283.2º92.59%31.76%-
XYZ3.411.687.93-
YUV30.7156.39148.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.82%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=40.82%
G=4.08%
B=55.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal606810.260.9300.68283.286.2117.06
Hex3C6511A5D04411b5611
Octal74612132135010443312621
Binary111100110101000111010101110101000100100011011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,6,81); }

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

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

 a { background-color: rgb(60,6,81); }

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

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

 span { border-color: rgb(60,6,81); }

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