#27142C

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

Shades of Blackcurrant #27142C

Tints of Blackcurrant #27142C

Color information

#27142C (or 0x27142C) is unknown color: approx Blackcurrant. HEX triplet: 27, 14 and 2C. RGB value is (39,20,44). Sum of RGB (Red+Green+Blue) = 39+20+44=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 44 - color contains mainly: blue. Hex color #27142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27142C is #D8EBD3. Grayscale: #1C1C1C. Windows color (decimal): -14216148 or 2888743. OLE color: 2888743.

HSL color Cylindrical-coordinate representation of color #27142C: hue angle of 287.5º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #27142C is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB392044-
CMYK0.110.5500.83
HSL287.5º37.5%12.55%-
HSV(B)287.5º54.55%17.25%-
XYZ1.541.112.52-
YUV28.42136.79135.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.86%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 44 (17.58% from 255) = 42.72%
R=37.86%
G=19.42%
B=42.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3920440.110.5500.83287.537.512.55
Hex27142CB3705312025d
Octal472454136701234404515
Binary100111101001011001011110111010100111001000001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27142C; }

 p { color: rgb(39,20,44); }

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

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

 a { background-color: rgb(39,20,44); }

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

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

 span { border-color: rgb(39,20,44); }

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