#270550

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

Shades of Blackcurrant #270550

Tints of Blackcurrant #270550

Color information

#270550 (or 0x270550) is unknown color: approx Blackcurrant. HEX triplet: 27, 05 and 50. RGB value is (39,5,80). Sum of RGB (Red+Green+Blue) = 39+5+80=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #270550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270550 is #D8FAAF. Grayscale: #171717. Windows color (decimal): -14219952 or 5244199. OLE color: 5244199.

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

Color convert

RGB39580-
CMYK0.510.9400.69
HSL267.2º88.24%16.67%-
HSV(B)267.2º93.75%31.37%-
XYZ2.341.127.68-
YUV23.72159.76138.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.45%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 80 (31.64% from 255) = 64.52%
R=31.45%
G=4.03%
B=64.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal395800.510.9400.69267.288.2416.67
Hex27550335E04510b5811
Octal47512063136010541313021
Binary1001111011010000110011101111001000101100001011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270550; }

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

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

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

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

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

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

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

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