#3C1550

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

Shades of Blackcurrant #3C1550

Tints of Blackcurrant #3C1550

Color information

#3C1550 (or 0x3C1550) is unknown color: approx Blackcurrant. HEX triplet: 3C, 15 and 50. RGB value is (60,21,80). Sum of RGB (Red+Green+Blue) = 60+21+80=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C1550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1550 is #C3EAAF. Grayscale: #272727. Windows color (decimal): -12839600 or 5248316. OLE color: 5248316.

HSL color Cylindrical-coordinate representation of color #3C1550: hue angle of 279.66º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C1550 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB602180-
CMYK0.250.7400.69
HSL279.66º58.42%19.8%-
HSV(B)279.66º73.75%31.37%-
XYZ3.582.087.8-
YUV39.39150.92142.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=37.27%
G=13.04%
B=49.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6021800.250.7400.69279.6658.4219.8
Hex3C1550194A0451183a14
Octal74251203111201054307224
Binary1111001010110100001100110010100100010110001100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,21,80); }

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

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

 a { background-color: rgb(60,21,80); }

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

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

 span { border-color: rgb(60,21,80); }

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