#3C1348

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

Shades of Blackcurrant #3C1348

Tints of Blackcurrant #3C1348

Color information

#3C1348 (or 0x3C1348) is unknown color: approx Blackcurrant. HEX triplet: 3C, 13 and 48. RGB value is (60,19,72). Sum of RGB (Red+Green+Blue) = 60+19+72=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1348 is #C3ECB7. Grayscale: #252525. Windows color (decimal): -12840120 or 4723516. OLE color: 4723516.

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

Color convert

RGB601972-
CMYK0.170.7400.72
HSL286.42º58.24%17.84%-
HSV(B)286.42º73.61%28.24%-
XYZ3.271.896.32-
YUV37.3147.58144.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.74%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=39.74%
G=12.58%
B=47.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6019720.170.7400.72286.4258.2417.84
Hex3C1348114A04811e3a12
Octal74231102111201104367222
Binary1111001001110010001000110010100100100010001111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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