#3C1152

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

Shades of Blackcurrant #3C1152

Tints of Blackcurrant #3C1152

Color information

#3C1152 (or 0x3C1152) is unknown color: approx Blackcurrant. HEX triplet: 3C, 11 and 52. RGB value is (60,17,82). Sum of RGB (Red+Green+Blue) = 60+17+82=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C1152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1152 is #C3EEAD. Grayscale: #252525. Windows color (decimal): -12840622 or 5378364. OLE color: 5378364.

HSL color Cylindrical-coordinate representation of color #3C1152: hue angle of 279.69º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C1152 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB601782-
CMYK0.270.7900.68
HSL279.69º65.66%19.41%-
HSV(B)279.69º79.27%32.16%-
XYZ3.591.978.17-
YUV37.27153.25144.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.74%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 82 (32.42% from 255) = 51.57%
R=37.74%
G=10.69%
B=51.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6017820.270.7900.68279.6965.6619.41
Hex3C11521B4F0441184213
Octal742112233117010443010223
Binary11110010001101001011011100111101000100100011000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,17,82); }

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

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

 a { background-color: rgb(60,17,82); }

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

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

 span { border-color: rgb(60,17,82); }

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