#271241

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

Shades of Blackcurrant #271241

Tints of Blackcurrant #271241

Color information

#271241 (or 0x271241) is unknown color: approx Blackcurrant. HEX triplet: 27, 12 and 41. RGB value is (39,18,65). Sum of RGB (Red+Green+Blue) = 39+18+65=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #271241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271241 is #D8EDBE. Grayscale: #1D1D1D. Windows color (decimal): -14216639 or 4264487. OLE color: 4264487.

HSL color Cylindrical-coordinate representation of color #271241: hue angle of 266.81º degrees, saturation: 0.57, 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 #271241 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB391865-
CMYK0.400.7200.75
HSL266.81º56.63%16.27%-
HSV(B)266.81º72.31%25.49%-
XYZ2.011.255.14-
YUV29.64147.96134.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 65 (25.78% from 255) = 53.28%
R=31.97%
G=14.75%
B=53.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3918650.400.7200.75266.8156.6316.27
Hex271241284804B10b3910
Octal47221015011001134137120
Binary10011110010100000110100010010000100101110000101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271241; }

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

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

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

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

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

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

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

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