#3C034D

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

Shades of Blackcurrant #3C034D

Tints of Blackcurrant #3C034D

Color information

#3C034D (or 0x3C034D) is unknown color: approx Blackcurrant. HEX triplet: 3C, 03 and 4D. RGB value is (60,3,77). Sum of RGB (Red+Green+Blue) = 60+3+77=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C034D is #C3FCB2. Grayscale: #1C1C1C. Windows color (decimal): -12844211 or 5047100. OLE color: 5047100.

HSL color Cylindrical-coordinate representation of color #3C034D: hue angle of 286.22º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C034D is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB60377-
CMYK0.220.9600.70
HSL286.22º92.5%15.69%-
HSV(B)286.22º96.1%30.2%-
XYZ3.241.567.15-
YUV28.48155.38150.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.86%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 77 (30.47% from 255) = 55%
R=42.86%
G=2.14%
B=55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal603770.220.9600.70286.2292.515.69
Hex3C34D166004611e5c10
Octal74311526140010643613420
Binary11110011100110110110110000001000110100011110101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,3,77); }

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

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

 a { background-color: rgb(60,3,77); }

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

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

 span { border-color: rgb(60,3,77); }

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