#3E144D

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

Shades of Blackcurrant #3E144D

Tints of Blackcurrant #3E144D

Color information

#3E144D (or 0x3E144D) is unknown color: approx Blackcurrant. HEX triplet: 3E, 14 and 4D. RGB value is (62,20,77). Sum of RGB (Red+Green+Blue) = 62+20+77=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 20 (8.20% from 255 or 12.58% 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 #3E144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E144D is #C1EBB2. Grayscale: #262626. Windows color (decimal): -12708787 or 5051454. OLE color: 5051454.

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

Color convert

RGB622077-
CMYK0.190.7400.70
HSL284.21º58.76%19.02%-
HSV(B)284.21º74.03%30.2%-
XYZ3.582.067.23-
YUV39.06149.41144.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.99%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=38.99%
G=12.58%
B=48.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6220770.190.7400.70284.2158.7619.02
Hex3E144D134A04611c3b13
Octal76241152311201064347323
Binary1111101010010011011001110010100100011010001110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,20,77); }

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

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

 a { background-color: rgb(62,20,77); }

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

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

 span { border-color: rgb(62,20,77); }

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