#27034E

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

Shades of Blackcurrant #27034E

Tints of Blackcurrant #27034E

Color information

#27034E (or 0x27034E) is unknown color: approx Blackcurrant. HEX triplet: 27, 03 and 4E. RGB value is (39,3,78). Sum of RGB (Red+Green+Blue) = 39+3+78=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #27034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27034E is #D8FCB1. Grayscale: #161616. Windows color (decimal): -14220466 or 5112615. OLE color: 5112615.

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

Color convert

RGB39378-
CMYK0.500.9600.69
HSL268.8º92.59%15.88%-
HSV(B)268.8º96.15%30.59%-
XYZ2.241.057.29-
YUV22.31159.43139.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.5%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 78 (30.86% from 255) = 65%
R=32.5%
G=2.5%
B=65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal393780.500.9600.69268.892.5915.88
Hex2734E326004510d5d10
Octal47311662140010541513520
Binary100111111001110110010110000001000101100001101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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