#39194D

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

Shades of Blackcurrant #39194D

Tints of Blackcurrant #39194D

Color information

#39194D (or 0x39194D) is unknown color: approx Blackcurrant. HEX triplet: 39, 19 and 4D. RGB value is (57,25,77). Sum of RGB (Red+Green+Blue) = 57+25+77=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 25 (10.16% from 255 or 15.72% 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 #39194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39194D is #C6E6B2. Grayscale: #282828. Windows color (decimal): -13035187 or 5052729. OLE color: 5052729.

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

Color convert

RGB572577-
CMYK0.260.6800.70
HSL276.92º50.98%20%-
HSV(B)276.92º67.53%30.2%-
XYZ3.372.17.25-
YUV40.5148.6139.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=35.85%
G=15.72%
B=48.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5725770.260.6800.70276.9250.9820
Hex39194D1A440461153314
Octal71311153210401064256324
Binary1110011100110011011101010001000100011010001010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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