#270249

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

Shades of Blackcurrant #270249

Tints of Blackcurrant #270249

Color information

#270249 (or 0x270249) is unknown color: approx Blackcurrant. HEX triplet: 27, 02 and 49. RGB value is (39,2,73). Sum of RGB (Red+Green+Blue) = 39+2+73=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #270249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270249 is #D8FDB6. Grayscale: #141414. Windows color (decimal): -14220727 or 4784679. OLE color: 4784679.

HSL color Cylindrical-coordinate representation of color #270249: hue angle of 271.27º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270249 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB39273-
CMYK0.470.9700.71
HSL271.27º94.67%14.71%-
HSV(B)271.27º97.26%28.63%-
XYZ2.060.966.38-
YUV21.16157.26140.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 73 (28.91% from 255) = 64.04%
R=34.21%
G=1.75%
B=64.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal392730.470.9700.71271.2794.6714.71
Hex272492F6104710f5ff
Octal47211157141010741713717
Binary10011110100100110111111000010100011110000111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270249; }

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

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

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

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

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

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

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

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