#391342

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

Shades of Blackcurrant #391342

Tints of Blackcurrant #391342

Color information

#391342 (or 0x391342) is unknown color: approx Blackcurrant. HEX triplet: 39, 13 and 42. RGB value is (57,19,66). Sum of RGB (Red+Green+Blue) = 57+19+66=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #391342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391342 is #C6ECBD. Grayscale: #232323. Windows color (decimal): -13036734 or 4330297. OLE color: 4330297.

HSL color Cylindrical-coordinate representation of color #391342: hue angle of 288.51º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #391342 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB571966-
CMYK0.140.7100.74
HSL288.51º55.29%16.67%-
HSV(B)288.51º71.21%25.88%-
XYZ2.91.735.33-
YUV35.72145.09143.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.14%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 66 (26.17% from 255) = 46.48%
R=40.14%
G=13.38%
B=46.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5719660.140.7100.74288.5155.2916.67
Hex391342E4704A1213711
Octal71231021610701124416721
Binary111001100111000010111010001110100101010010000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391342; }

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

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

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

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

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

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

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

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