#3C004D

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

Shades of Blackcurrant #3C004D

Tints of Blackcurrant #3C004D

Color information

#3C004D (or 0x3C004D) is unknown color: approx Blackcurrant. HEX triplet: 3C, 00 and 4D. RGB value is (60,0,77). Sum of RGB (Red+Green+Blue) = 60+0+77=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C004D is #C3FFB2. Grayscale: #1A1A1A. Windows color (decimal): -12844979 or 5046332. OLE color: 5046332.

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

Color convert

RGB60077-
CMYK0.22100.70
HSL286.75º100%15.1%-
HSV(B)286.75º100%30.2%-
XYZ3.21.57.14-
YUV26.72156.38151.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 56.20%
R=43.80%
G=0%
B=56.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal600770.22100.70286.7510015.1
Hex3C04D166404611f64f
Octal74011526144010643714417
Binary111100010011011011011001000100011010001111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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