#271240

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

Shades of Blackcurrant #271240

Tints of Blackcurrant #271240

Color information

#271240 (or 0x271240) is unknown color: approx Blackcurrant. HEX triplet: 27, 12 and 40. RGB value is (39,18,64). Sum of RGB (Red+Green+Blue) = 39+18+64=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #271240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271240 is #D8EDBF. Grayscale: #1D1D1D. Windows color (decimal): -14216640 or 4198951. OLE color: 4198951.

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

Color convert

RGB391864-
CMYK0.390.7200.75
HSL267.39º56.1%16.08%-
HSV(B)267.39º71.88%25.1%-
XYZ1.981.234.98-
YUV29.52147.46134.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.23%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=32.23%
G=14.88%
B=52.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3918640.390.7200.75267.3956.116.08
Hex271240274804B10b3810
Octal47221004711001134137020
Binary10011110010100000010011110010000100101110000101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271240; }

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

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

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

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

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

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

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

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