#39134E

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

Shades of Blackcurrant #39134E

Tints of Blackcurrant #39134E

Color information

#39134E (or 0x39134E) is unknown color: approx Blackcurrant. HEX triplet: 39, 13 and 4E. RGB value is (57,19,78). Sum of RGB (Red+Green+Blue) = 57+19+78=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #39134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39134E is #C6ECB1. Grayscale: #242424. Windows color (decimal): -13036722 or 5116729. OLE color: 5116729.

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

Color convert

RGB571978-
CMYK0.270.7600.69
HSL278.64º60.82%19.02%-
HSV(B)278.64º75.64%30.59%-
XYZ3.31.897.4-
YUV37.09151.09142.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.01%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 78 (30.86% from 255) = 50.65%
R=37.01%
G=12.34%
B=50.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5719780.270.7600.69278.6460.8219.02
Hex39134E1B4C0451173d13
Octal71231163311401054277523
Binary1110011001110011101101110011000100010110001011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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