#3C0143

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

Shades of Blackcurrant #3C0143

Tints of Blackcurrant #3C0143

Color information

#3C0143 (or 0x3C0143) is unknown color: approx Blackcurrant. HEX triplet: 3C, 01 and 43. RGB value is (60,1,67). Sum of RGB (Red+Green+Blue) = 60+1+67=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C0143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0143 is #C3FEBC. Grayscale: #191919. Windows color (decimal): -12844733 or 4391228. OLE color: 4391228.

HSL color Cylindrical-coordinate representation of color #3C0143: hue angle of 293.64º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C0143 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB60167-
CMYK0.100.9900.74
HSL293.64º97.06%13.33%-
HSV(B)293.64º98.51%26.27%-
XYZ2.891.395.43-
YUV26.16151.05152.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.88%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 67 (26.56% from 255) = 52.34%
R=46.88%
G=0.78%
B=52.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal601670.100.9900.74293.6497.0613.33
Hex3C143A6304A12661d
Octal74110312143011244614115
Binary11110011000011101011000110100101010010011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,1,67); }

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

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

 a { background-color: rgb(60,1,67); }

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

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

 span { border-color: rgb(60,1,67); }

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