#271134

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

Shades of Blackcurrant #271134

Tints of Blackcurrant #271134

Color information

#271134 (or 0x271134) is unknown color: approx Blackcurrant. HEX triplet: 27, 11 and 34. RGB value is (39,17,52). Sum of RGB (Red+Green+Blue) = 39+17+52=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #271134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271134 is #D8EECB. Grayscale: #1B1B1B. Windows color (decimal): -14216908 or 3412263. OLE color: 3412263.

HSL color Cylindrical-coordinate representation of color #271134: hue angle of 277.71º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #271134 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB391752-
CMYK0.250.6700.80
HSL277.71º50.72%13.53%-
HSV(B)277.71º67.31%20.39%-
XYZ1.661.083.37-
YUV27.57141.79136.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 52 (20.70% from 255) = 48.15%
R=36.11%
G=15.74%
B=48.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3917520.250.6700.80277.7150.7213.53
Hex271134194305011633e
Octal4721643110301204266316
Binary10011110001110100110011000011010100001000101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271134; }

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

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

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

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

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

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

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

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