#271242

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

Shades of Blackcurrant #271242

Tints of Blackcurrant #271242

Color information

#271242 (or 0x271242) is unknown color: approx Blackcurrant. HEX triplet: 27, 12 and 42. RGB value is (39,18,66). Sum of RGB (Red+Green+Blue) = 39+18+66=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #271242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271242 is #D8EDBD. Grayscale: #1D1D1D. Windows color (decimal): -14216638 or 4330023. OLE color: 4330023.

HSL color Cylindrical-coordinate representation of color #271242: hue angle of 266.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #271242 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB391866-
CMYK0.410.7300.74
HSL266.25º57.14%16.47%-
HSV(B)266.25º72.73%25.88%-
XYZ2.041.265.29-
YUV29.75148.46134.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.71%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 66 (26.17% from 255) = 53.66%
R=31.71%
G=14.63%
B=53.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3918660.410.7300.74266.2557.1416.47
Hex271242294904A10a3910
Octal47221025111101124127120
Binary10011110010100001010100110010010100101010000101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271242; }

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

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

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

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

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

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

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

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