#3C1447

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

Shades of Blackcurrant #3C1447

Tints of Blackcurrant #3C1447

Color information

#3C1447 (or 0x3C1447) is unknown color: approx Blackcurrant. HEX triplet: 3C, 14 and 47. RGB value is (60,20,71). Sum of RGB (Red+Green+Blue) = 60+20+71=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C1447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1447 is #C3EBB8. Grayscale: #252525. Windows color (decimal): -12839865 or 4658236. OLE color: 4658236.

HSL color Cylindrical-coordinate representation of color #3C1447: hue angle of 287.06º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C1447 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB602071-
CMYK0.150.7200.72
HSL287.06º56.04%17.84%-
HSV(B)287.06º71.83%27.84%-
XYZ3.251.926.16-
YUV37.77146.75143.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.74%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 71 (28.12% from 255) = 47.02%
R=39.74%
G=13.25%
B=47.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6020710.150.7200.72287.0656.0417.84
Hex3C1447F4804811f3812
Octal74241071711001104377022
Binary111100101001000111111110010000100100010001111111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,20,71); }

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

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

 a { background-color: rgb(60,20,71); }

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

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

 span { border-color: rgb(60,20,71); }

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