#39194E

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

Shades of Blackcurrant #39194E

Tints of Blackcurrant #39194E

Color information

#39194E (or 0x39194E) is unknown color: approx Blackcurrant. HEX triplet: 39, 19 and 4E. RGB value is (57,25,78). Sum of RGB (Red+Green+Blue) = 57+25+78=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #39194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39194E is #C6E6B1. Grayscale: #282828. Windows color (decimal): -13035186 or 5118265. OLE color: 5118265.

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

Color convert

RGB572578-
CMYK0.270.6800.69
HSL276.23º51.46%20.2%-
HSV(B)276.23º67.95%30.59%-
XYZ3.412.127.44-
YUV40.61149.1139.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 78 (30.86% from 255) = 48.75%
R=35.62%
G=15.62%
B=48.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5725780.270.6800.69276.2351.4620.2
Hex39194E1B440451143314
Octal71311163310401054246324
Binary1110011100110011101101110001000100010110001010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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