#271C35

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

Shades of Blackcurrant #271C35

Tints of Blackcurrant #271C35

Color information

#271C35 (or 0x271C35) is unknown color: approx Blackcurrant. HEX triplet: 27, 1C and 35. RGB value is (39,28,53). Sum of RGB (Red+Green+Blue) = 39+28+53=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 53 - color contains mainly: blue. Hex color #271C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C35 is #D8E3CA. Grayscale: #222222. Windows color (decimal): -14214091 or 3480615. OLE color: 3480615.

HSL color Cylindrical-coordinate representation of color #271C35: hue angle of 266.4º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #271C35 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB392853-
CMYK0.260.4700.79
HSL266.4º30.86%15.88%-
HSV(B)266.4º47.17%20.78%-
XYZ1.891.523.56-
YUV34.14138.64131.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.5%
GREEN value IS 28 (11.33% from 255) = 23.33%
BLUE value IS 53 (21.09% from 255) = 44.17%
R=32.5%
G=23.33%
B=44.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3928530.260.4700.79266.430.8615.88
Hex271C351A2F04F10a1f10
Octal473465325701174123720
Binary1001111110011010111010101111010011111000010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271C35; }

 p { color: rgb(39,28,53); }

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

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

 a { background-color: rgb(39,28,53); }

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

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

 span { border-color: rgb(39,28,53); }

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