#3C1451

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

Shades of Blackcurrant #3C1451

Tints of Blackcurrant #3C1451

Color information

#3C1451 (or 0x3C1451) is unknown color: approx Blackcurrant. HEX triplet: 3C, 14 and 51. RGB value is (60,20,81). Sum of RGB (Red+Green+Blue) = 60+20+81=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C1451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1451 is #C3EBAE. Grayscale: #262626. Windows color (decimal): -12839855 or 5313596. OLE color: 5313596.

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

Color convert

RGB602081-
CMYK0.260.7500.68
HSL279.34º60.4%19.8%-
HSV(B)279.34º75.31%31.76%-
XYZ3.62.067.99-
YUV38.91151.75143.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=37.27%
G=12.42%
B=50.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6020810.260.7500.68279.3460.419.8
Hex3C14511A4B0441173c14
Octal74241213211301044277424
Binary1111001010010100011101010010110100010010001011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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