#39114D

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

Shades of Blackcurrant #39114D

Tints of Blackcurrant #39114D

Color information

#39114D (or 0x39114D) is unknown color: approx Blackcurrant. HEX triplet: 39, 11 and 4D. RGB value is (57,17,77). Sum of RGB (Red+Green+Blue) = 57+17+77=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #39114D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39114D is #C6EEB2. Grayscale: #232323. Windows color (decimal): -13037235 or 5050681. OLE color: 5050681.

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

Color convert

RGB571777-
CMYK0.260.7800.70
HSL280º63.83%18.43%-
HSV(B)280º77.92%30.2%-
XYZ3.231.817.2-
YUV35.8151.25143.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 77 (30.47% from 255) = 50.99%
R=37.75%
G=11.26%
B=50.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5717770.260.7800.7028063.8318.43
Hex39114D1A4E0461184012
Octal712111532116010643010022
Binary11100110001100110111010100111001000110100011000100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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