#3C084F

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

Shades of Blackcurrant #3C084F

Tints of Blackcurrant #3C084F

Color information

#3C084F (or 0x3C084F) is unknown color: approx Blackcurrant. HEX triplet: 3C, 08 and 4F. RGB value is (60,8,79). Sum of RGB (Red+Green+Blue) = 60+8+79=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C084F is #C3F7B0. Grayscale: #1F1F1F. Windows color (decimal): -12842929 or 5179452. OLE color: 5179452.

HSL color Cylindrical-coordinate representation of color #3C084F: hue angle of 283.94º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C084F is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB60879-
CMYK0.240.9000.69
HSL283.94º81.61%17.06%-
HSV(B)283.94º89.87%30.98%-
XYZ3.361.77.55-
YUV31.64154.73148.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.82%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 79 (31.25% from 255) = 53.74%
R=40.82%
G=5.44%
B=53.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal608790.240.9000.69283.9481.6117.06
Hex3C84F185A04511c5211
Octal741011730132010543412221
Binary1111001000100111111000101101001000101100011100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,8,79); }

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

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

 a { background-color: rgb(60,8,79); }

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

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

 span { border-color: rgb(60,8,79); }

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