#270040

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

Shades of Blackcurrant #270040

Tints of Blackcurrant #270040

Color information

#270040 (or 0x270040) is unknown color: approx Blackcurrant. HEX triplet: 27, 00 and 40. RGB value is (39,0,64). Sum of RGB (Red+Green+Blue) = 39+0+64=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #270040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270040 is #D8FFBF. Grayscale: #121212. Windows color (decimal): -14221248 or 4194343. OLE color: 4194343.

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

Color convert

RGB39064-
CMYK0.39100.75
HSL276.56º100%12.55%-
HSV(B)276.56º100%25.1%-
XYZ1.760.84.91-
YUV18.96153.42142.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 62.14%
R=37.86%
G=0%
B=62.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal390640.39100.75276.5610012.55
Hex27040276404B11564d
Octal47010047144011342514415
Binary1001110100000010011111001000100101110001010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270040; }

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

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

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

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

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

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

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

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