#39134A

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

Shades of Blackcurrant #39134A

Tints of Blackcurrant #39134A

Color information

#39134A (or 0x39134A) is unknown color: approx Blackcurrant. HEX triplet: 39, 13 and 4A. RGB value is (57,19,74). Sum of RGB (Red+Green+Blue) = 57+19+74=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #39134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39134A is #C6ECB5. Grayscale: #242424. Windows color (decimal): -13036726 or 4854585. OLE color: 4854585.

HSL color Cylindrical-coordinate representation of color #39134A: hue angle of 281.45º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39134A is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB571974-
CMYK0.230.7400.71
HSL281.45º59.14%18.24%-
HSV(B)281.45º74.32%29.02%-
XYZ3.161.836.67-
YUV36.63149.09142.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 74 (29.30% from 255) = 49.33%
R=38%
G=12.67%
B=49.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5719740.230.7400.71281.4559.1418.24
Hex39134A174A0471193b12
Octal71231122711201074317322
Binary1110011001110010101011110010100100011110001100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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