#36134A

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

Shades of Blackcurrant #36134A

Tints of Blackcurrant #36134A

Color information

#36134A (or 0x36134A) is unknown color: approx Blackcurrant. HEX triplet: 36, 13 and 4A. RGB value is (54,19,74). Sum of RGB (Red+Green+Blue) = 54+19+74=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #36134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36134A is #C9ECB5. Grayscale: #232323. Windows color (decimal): -13233334 or 4854582. OLE color: 4854582.

HSL color Cylindrical-coordinate representation of color #36134A: hue angle of 278.18º 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 #36134A is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB541974-
CMYK0.270.7400.71
HSL278.18º59.14%18.24%-
HSV(B)278.18º74.32%29.02%-
XYZ2.991.746.66-
YUV35.74149.6141.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 74 (29.30% from 255) = 50.34%
R=36.73%
G=12.93%
B=50.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5419740.270.7400.71278.1859.1418.24
Hex36134A1B4A0471163b12
Octal66231123311201074267322
Binary1101101001110010101101110010100100011110001011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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