#271336

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

Shades of Blackcurrant #271336

Tints of Blackcurrant #271336

Color information

#271336 (or 0x271336) is unknown color: approx Blackcurrant. HEX triplet: 27, 13 and 36. RGB value is (39,19,54). Sum of RGB (Red+Green+Blue) = 39+19+54=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 54 - color contains mainly: blue. Hex color #271336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271336 is #D8ECC9. Grayscale: #1C1C1C. Windows color (decimal): -14216394 or 3543847. OLE color: 3543847.

HSL color Cylindrical-coordinate representation of color #271336: hue angle of 274.29º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #271336 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB391954-
CMYK0.280.6500.79
HSL274.29º47.95%14.31%-
HSV(B)274.29º64.81%21.18%-
XYZ1.741.163.62-
YUV28.97142.13135.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.82%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 54 (21.48% from 255) = 48.21%
R=34.82%
G=16.96%
B=48.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3919540.280.6500.79274.2947.9514.31
Hex2713361C4104F11230e
Octal4723663410101174226016
Binary10011110011110110111001000001010011111000100101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271336; }

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

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

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

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

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

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

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

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