#3C1944

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

Shades of Blackcurrant #3C1944

Tints of Blackcurrant #3C1944

Color information

#3C1944 (or 0x3C1944) is unknown color: approx Blackcurrant. HEX triplet: 3C, 19 and 44. RGB value is (60,25,68). Sum of RGB (Red+Green+Blue) = 60+25+68=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #3C1944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1944 is #C3E6BB. Grayscale: #282828. Windows color (decimal): -12838588 or 4462908. OLE color: 4462908.

HSL color Cylindrical-coordinate representation of color #3C1944: hue angle of 288.84º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C1944 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB602568-
CMYK0.120.6300.73
HSL288.84º46.24%18.24%-
HSV(B)288.84º63.24%26.67%-
XYZ3.252.075.7-
YUV40.37143.6142-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.22%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 68 (26.95% from 255) = 44.44%
R=39.22%
G=16.34%
B=44.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6025680.120.6300.73288.8446.2418.24
Hex3C1944C3F0491212e12
Octal7431104147701114415622
Binary11110011001100010011001111110100100110010000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,25,68); }

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

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

 a { background-color: rgb(60,25,68); }

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

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

 span { border-color: rgb(60,25,68); }

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