#270250

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

Shades of Blackcurrant #270250

Tints of Blackcurrant #270250

Color information

#270250 (or 0x270250) is unknown color: approx Blackcurrant. HEX triplet: 27, 02 and 50. RGB value is (39,2,80). Sum of RGB (Red+Green+Blue) = 39+2+80=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #270250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270250 is #D8FDAF. Grayscale: #151515. Windows color (decimal): -14220720 or 5243431. OLE color: 5243431.

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

Color convert

RGB39280-
CMYK0.510.9800.69
HSL268.46º95.12%16.08%-
HSV(B)268.46º97.5%31.37%-
XYZ2.311.057.67-
YUV21.96160.76140.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 80 (31.64% from 255) = 66.12%
R=32.23%
G=1.65%
B=66.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal392800.510.9800.69268.4695.1216.08
Hex27250336204510c5f10
Octal47212063142010541413720
Binary100111101010000110011110001001000101100001100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270250; }

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

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

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

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

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

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

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

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