#271340

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

Shades of Blackcurrant #271340

Tints of Blackcurrant #271340

Color information

#271340 (or 0x271340) is unknown color: approx Blackcurrant. HEX triplet: 27, 13 and 40. RGB value is (39,19,64). Sum of RGB (Red+Green+Blue) = 39+19+64=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #271340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271340 is #D8ECBF. Grayscale: #1D1D1D. Windows color (decimal): -14216384 or 4199207. OLE color: 4199207.

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

Color convert

RGB391964-
CMYK0.390.7000.75
HSL266.67º54.22%16.27%-
HSV(B)266.67º70.31%25.1%-
XYZ1.991.274.99-
YUV30.11147.13134.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=31.97%
G=15.57%
B=52.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3919640.390.7000.75266.6754.2216.27
Hex271340274604B10b3610
Octal47231004710601134136620
Binary10011110011100000010011110001100100101110000101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271340; }

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

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

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

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

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

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

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

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