#271440

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

Shades of Blackcurrant #271440

Tints of Blackcurrant #271440

Color information

#271440 (or 0x271440) is unknown color: approx Blackcurrant. HEX triplet: 27, 14 and 40. RGB value is (39,20,64). Sum of RGB (Red+Green+Blue) = 39+20+64=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #271440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271440 is #D8EBBF. Grayscale: #1E1E1E. Windows color (decimal): -14216128 or 4199463. OLE color: 4199463.

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

Color convert

RGB392064-
CMYK0.390.6900.75
HSL265.91º52.38%16.47%-
HSV(B)265.91º68.75%25.1%-
XYZ2.011.35-
YUV30.7146.79133.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.71%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=31.71%
G=16.26%
B=52.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3920640.390.6900.75265.9152.3816.47
Hex271440274504B10a3410
Octal47241004710501134126420
Binary10011110100100000010011110001010100101110000101011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271440; }

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

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

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

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

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

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

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

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