#3C0947

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

Shades of Blackcurrant #3C0947

Tints of Blackcurrant #3C0947

Color information

#3C0947 (or 0x3C0947) is unknown color: approx Blackcurrant. HEX triplet: 3C, 09 and 47. RGB value is (60,9,71). Sum of RGB (Red+Green+Blue) = 60+9+71=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C0947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0947 is #C3F6B8. Grayscale: #1F1F1F. Windows color (decimal): -12842681 or 4655420. OLE color: 4655420.

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

Color convert

RGB60971-
CMYK0.150.8700.72
HSL289.35º77.5%15.69%-
HSV(B)289.35º87.32%27.84%-
XYZ3.11.616.11-
YUV31.32150.4148.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.86%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 71 (28.12% from 255) = 50.71%
R=42.86%
G=6.43%
B=50.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal609710.150.8700.72289.3577.515.69
Hex3C947F570481214e10
Octal741110717127011044111620
Binary111100100110001111111101011101001000100100001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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