#270050

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

Shades of Blackcurrant #270050

Tints of Blackcurrant #270050

Color information

#270050 (or 0x270050) is unknown color: approx Blackcurrant. HEX triplet: 27, 00 and 50. RGB value is (39,0,80). Sum of RGB (Red+Green+Blue) = 39+0+80=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #270050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270050 is #D8FFAF. Grayscale: #141414. Windows color (decimal): -14221232 or 5242919. OLE color: 5242919.

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

Color convert

RGB39080-
CMYK0.51100.69
HSL269.25º100%15.69%-
HSV(B)269.25º100%31.37%-
XYZ2.281.017.66-
YUV20.78161.42141-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 67.23%
R=32.77%
G=0%
B=67.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal390800.51100.69269.2510015.69
Hex27050336404510d6410
Octal47012063144010541514420
Binary10011101010000110011110010001000101100001101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270050; }

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

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

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

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

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

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

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

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