#271C34

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

Shades of Blackcurrant #271C34

Tints of Blackcurrant #271C34

Color information

#271C34 (or 0x271C34) is unknown color: approx Blackcurrant. HEX triplet: 27, 1C and 34. RGB value is (39,28,52). Sum of RGB (Red+Green+Blue) = 39+28+52=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #271C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C34 is #D8E3CB. Grayscale: #212121. Windows color (decimal): -14214092 or 3415079. OLE color: 3415079.

HSL color Cylindrical-coordinate representation of color #271C34: hue angle of 267.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #271C34 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB392852-
CMYK0.250.4600.80
HSL267.5º30%15.69%-
HSV(B)267.5º46.15%20.39%-
XYZ1.871.513.44-
YUV34.02138.14131.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 28 (11.33% from 255) = 23.53%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=32.77%
G=23.53%
B=43.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3928520.250.4600.80267.53015.69
Hex271C34192E05010c1e10
Octal473464315601204143620
Binary1001111110011010011001101110010100001000011001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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