#270540

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

Shades of Blackcurrant #270540

Tints of Blackcurrant #270540

Color information

#270540 (or 0x270540) is unknown color: approx Blackcurrant. HEX triplet: 27, 05 and 40. RGB value is (39,5,64). Sum of RGB (Red+Green+Blue) = 39+5+64=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #270540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270540 is #D8FABF. Grayscale: #151515. Windows color (decimal): -14219968 or 4195623. OLE color: 4195623.

HSL color Cylindrical-coordinate representation of color #270540: hue angle of 274.58º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270540 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB39564-
CMYK0.390.9200.75
HSL274.58º85.51%13.53%-
HSV(B)274.58º92.19%25.1%-
XYZ1.820.914.93-
YUV21.89151.76140.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 64 (25.39% from 255) = 59.26%
R=36.11%
G=4.63%
B=59.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal395640.390.9200.75274.5885.5113.53
Hex27540275C04B11356e
Octal47510047134011342312616
Binary100111101100000010011110111000100101110001001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270540; }

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

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

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

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

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

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

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

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