#36194E

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

Shades of Blackcurrant #36194E

Tints of Blackcurrant #36194E

Color information

#36194E (or 0x36194E) is unknown color: approx Blackcurrant. HEX triplet: 36, 19 and 4E. RGB value is (54,25,78). Sum of RGB (Red+Green+Blue) = 54+25+78=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #36194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36194E is #C9E6B1. Grayscale: #272727. Windows color (decimal): -13231794 or 5118262. OLE color: 5118262.

HSL color Cylindrical-coordinate representation of color #36194E: hue angle of 272.83º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36194E is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB542578-
CMYK0.310.6800.69
HSL272.83º51.46%20.2%-
HSV(B)272.83º67.95%30.59%-
XYZ3.242.037.43-
YUV39.71149.61138.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 78 (30.86% from 255) = 49.68%
R=34.39%
G=15.92%
B=49.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5425780.310.6800.69272.8351.4620.2
Hex36194E1F440451113314
Octal66311163710401054216324
Binary1101101100110011101111110001000100010110001000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36194E; }

 p { color: rgb(54,25,78); }

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

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

 a { background-color: rgb(54,25,78); }

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

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

 span { border-color: rgb(54,25,78); }

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