#39114E

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

Shades of Blackcurrant #39114E

Tints of Blackcurrant #39114E

Color information

#39114E (or 0x39114E) is unknown color: approx Blackcurrant. HEX triplet: 39, 11 and 4E. RGB value is (57,17,78). Sum of RGB (Red+Green+Blue) = 57+17+78=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #39114E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39114E is #C6EEB1. Grayscale: #232323. Windows color (decimal): -13037234 or 5116217. OLE color: 5116217.

HSL color Cylindrical-coordinate representation of color #39114E: hue angle of 279.34º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39114E is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB571778-
CMYK0.270.7800.69
HSL279.34º64.21%18.63%-
HSV(B)279.34º78.21%30.59%-
XYZ3.261.827.39-
YUV35.91151.75143.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 78 (30.86% from 255) = 51.32%
R=37.5%
G=11.18%
B=51.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5717780.270.7800.69279.3464.2118.63
Hex39114E1B4E0451174013
Octal712111633116010542710023
Binary11100110001100111011011100111001000101100010111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39114E; }

 p { color: rgb(57,17,78); }

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

<style>
 a { background-color: #39114E; }

 a { background-color: rgb(57,17,78); }

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

<style>
 span { border-color: #39114E; }

 span { border-color: rgb(57,17,78); }

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