#3C1350

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

Shades of Blackcurrant #3C1350

Tints of Blackcurrant #3C1350

Color information

#3C1350 (or 0x3C1350) is unknown color: approx Blackcurrant. HEX triplet: 3C, 13 and 50. RGB value is (60,19,80). Sum of RGB (Red+Green+Blue) = 60+19+80=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C1350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1350 is #C3ECAF. Grayscale: #262626. Windows color (decimal): -12840112 or 5247804. OLE color: 5247804.

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

Color convert

RGB601980-
CMYK0.250.7600.69
HSL280.33º61.62%19.41%-
HSV(B)280.33º76.25%31.37%-
XYZ3.542.017.79-
YUV38.21151.58143.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.74%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=37.74%
G=11.95%
B=50.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6019800.250.7600.69280.3361.6219.41
Hex3C1350194C0451183e13
Octal74231203111401054307623
Binary1111001001110100001100110011000100010110001100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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