#3C1848

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

Shades of Blackcurrant #3C1848

Tints of Blackcurrant #3C1848

Color information

#3C1848 (or 0x3C1848) is unknown color: approx Blackcurrant. HEX triplet: 3C, 18 and 48. RGB value is (60,24,72). Sum of RGB (Red+Green+Blue) = 60+24+72=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C1848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1848 is #C3E7B7. Grayscale: #282828. Windows color (decimal): -12838840 or 4724796. OLE color: 4724796.

HSL color Cylindrical-coordinate representation of color #3C1848: hue angle of 285º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C1848 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB602472-
CMYK0.170.6700.72
HSL285º50%18.82%-
HSV(B)285º66.67%28.24%-
XYZ3.362.086.36-
YUV40.24145.93142.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.46%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 72 (28.52% from 255) = 46.15%
R=38.46%
G=15.38%
B=46.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6024720.170.6700.722855018.82
Hex3C1848114304811d3213
Octal74301102110301104356223
Binary1111001100010010001000110000110100100010001110111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,24,72); }

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

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

 a { background-color: rgb(60,24,72); }

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

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

 span { border-color: rgb(60,24,72); }

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