#3E164F

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

Shades of Blackcurrant #3E164F

Tints of Blackcurrant #3E164F

Color information

#3E164F (or 0x3E164F) is unknown color: approx Blackcurrant. HEX triplet: 3E, 16 and 4F. RGB value is (62,22,79). Sum of RGB (Red+Green+Blue) = 62+22+79=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E164F is #C1E9B0. Grayscale: #282828. Windows color (decimal): -12708273 or 5183038. OLE color: 5183038.

HSL color Cylindrical-coordinate representation of color #3E164F: hue angle of 282.11º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E164F is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB622279-
CMYK0.220.7200.69
HSL282.11º56.44%19.8%-
HSV(B)282.11º72.15%30.98%-
XYZ3.682.167.62-
YUV40.46149.75143.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.04%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=38.04%
G=13.50%
B=48.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6222790.220.7200.69282.1156.4419.8
Hex3E164F164804511a3814
Octal76261172611001054327024
Binary1111101011010011111011010010000100010110001101011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,22,79); }

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

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

 a { background-color: rgb(62,22,79); }

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

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

 span { border-color: rgb(62,22,79); }

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