#3C164D

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

Shades of Blackcurrant #3C164D

Tints of Blackcurrant #3C164D

Color information

#3C164D (or 0x3C164D) is unknown color: approx Blackcurrant. HEX triplet: 3C, 16 and 4D. RGB value is (60,22,77). Sum of RGB (Red+Green+Blue) = 60+22+77=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C164D is #C3E9B2. Grayscale: #272727. Windows color (decimal): -12839347 or 5051964. OLE color: 5051964.

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

Color convert

RGB602277-
CMYK0.220.7100.70
HSL281.45º55.56%19.41%-
HSV(B)281.45º71.43%30.2%-
XYZ3.492.077.24-
YUV39.63149.09142.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.74%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=37.74%
G=13.84%
B=48.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6022770.220.7100.70281.4555.5619.41
Hex3C164D16470461193813
Octal74261152610701064317023
Binary1111001011010011011011010001110100011010001100111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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