#271142

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

Shades of Blackcurrant #271142

Tints of Blackcurrant #271142

Color information

#271142 (or 0x271142) is unknown color: approx Blackcurrant. HEX triplet: 27, 11 and 42. RGB value is (39,17,66). Sum of RGB (Red+Green+Blue) = 39+17+66=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #271142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271142 is #D8EEBD. Grayscale: #1C1C1C. Windows color (decimal): -14216894 or 4329767. OLE color: 4329767.

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

Color convert

RGB391766-
CMYK0.410.7400.74
HSL266.94º59.04%16.27%-
HSV(B)266.94º74.24%25.88%-
XYZ2.021.235.28-
YUV29.16148.79135.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 66 (26.17% from 255) = 54.10%
R=31.97%
G=13.93%
B=54.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3917660.410.7400.74266.9459.0416.27
Hex271142294A04A10b3b10
Octal47211025111201124137320
Binary10011110001100001010100110010100100101010000101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271142; }

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

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

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

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

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

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

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

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