#3C084B

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

Shades of Blackcurrant #3C084B

Tints of Blackcurrant #3C084B

Color information

#3C084B (or 0x3C084B) is unknown color: approx Blackcurrant. HEX triplet: 3C, 08 and 4B. RGB value is (60,8,75). Sum of RGB (Red+Green+Blue) = 60+8+75=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C084B is #C3F7B4. Grayscale: #1E1E1E. Windows color (decimal): -12842933 or 4917308. OLE color: 4917308.

HSL color Cylindrical-coordinate representation of color #3C084B: hue angle of 286.57º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C084B is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB60875-
CMYK0.200.8900.71
HSL286.57º80.72%16.27%-
HSV(B)286.57º89.33%29.41%-
XYZ3.221.646.8-
YUV31.19152.73148.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.96%
GREEN value IS 8 (3.52% from 255) = 5.59%
BLUE value IS 75 (29.69% from 255) = 52.45%
R=41.96%
G=5.59%
B=52.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal608750.200.8900.71286.5780.7216.27
Hex3C84B145904711f5110
Octal741011324131010743712120
Binary1111001000100101110100101100101000111100011111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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