#3C0149

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

Shades of Blackcurrant #3C0149

Tints of Blackcurrant #3C0149

Color information

#3C0149 (or 0x3C0149) is unknown color: approx Blackcurrant. HEX triplet: 3C, 01 and 49. RGB value is (60,1,73). Sum of RGB (Red+Green+Blue) = 60+1+73=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #3C0149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0149 is #C3FEB6. Grayscale: #1A1A1A. Windows color (decimal): -12844727 or 4784444. OLE color: 4784444.

HSL color Cylindrical-coordinate representation of color #3C0149: hue angle of 289.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C0149 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB60173-
CMYK0.180.9900.71
HSL289.17º97.3%14.51%-
HSV(B)289.17º98.63%28.63%-
XYZ3.081.466.42-
YUV26.85154.05151.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 44.78%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 73 (28.91% from 255) = 54.48%
R=44.78%
G=0.75%
B=54.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal601730.180.9900.71289.1797.314.51
Hex3C149126304712161f
Octal74111122143010744114117
Binary111100110010011001011000110100011110010000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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