#3C014B

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

Shades of Blackcurrant #3C014B

Tints of Blackcurrant #3C014B

Color information

#3C014B (or 0x3C014B) is unknown color: approx Blackcurrant. HEX triplet: 3C, 01 and 4B. RGB value is (60,1,75). Sum of RGB (Red+Green+Blue) = 60+1+75=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C014B is #C3FEB4. Grayscale: #1A1A1A. Windows color (decimal): -12844725 or 4915516. OLE color: 4915516.

HSL color Cylindrical-coordinate representation of color #3C014B: hue angle of 287.84º 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 #3C014B is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB60175-
CMYK0.200.9900.71
HSL287.84º97.37%14.9%-
HSV(B)287.84º98.67%29.41%-
XYZ3.141.496.78-
YUV27.08155.05151.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 44.12%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 75 (29.69% from 255) = 55.15%
R=44.12%
G=0.74%
B=55.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal601750.200.9900.71287.8497.3714.9
Hex3C14B146304712061f
Octal74111324143010744014117
Binary111100110010111010011000110100011110010000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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