#27054E

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

Shades of Blackcurrant #27054E

Tints of Blackcurrant #27054E

Color information

#27054E (or 0x27054E) is unknown color: approx Blackcurrant. HEX triplet: 27, 05 and 4E. RGB value is (39,5,78). Sum of RGB (Red+Green+Blue) = 39+5+78=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #27054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27054E is #D8FAB1. Grayscale: #171717. Windows color (decimal): -14219954 or 5113127. OLE color: 5113127.

HSL color Cylindrical-coordinate representation of color #27054E: hue angle of 267.95º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27054E is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB39578-
CMYK0.500.9400.69
HSL267.95º87.95%16.27%-
HSV(B)267.95º93.59%30.59%-
XYZ2.271.097.3-
YUV23.49158.76139.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 78 (30.86% from 255) = 63.93%
R=31.97%
G=4.10%
B=63.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal395780.500.9400.69267.9587.9516.27
Hex2754E325E04510c5810
Octal47511662136010541413020
Binary1001111011001110110010101111001000101100001100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,5,78); }

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

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

 a { background-color: rgb(39,5,78); }

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

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

 span { border-color: rgb(39,5,78); }

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