#27142E

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

Shades of Blackcurrant #27142E

Tints of Blackcurrant #27142E

Color information

#27142E (or 0x27142E) is unknown color: approx Blackcurrant. HEX triplet: 27, 14 and 2E. RGB value is (39,20,46). Sum of RGB (Red+Green+Blue) = 39+20+46=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #27142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27142E is #D8EBD1. Grayscale: #1C1C1C. Windows color (decimal): -14216146 or 3019815. OLE color: 3019815.

HSL color Cylindrical-coordinate representation of color #27142E: hue angle of 283.85º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27142E is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB392046-
CMYK0.150.5700.82
HSL283.85º39.39%12.94%-
HSV(B)283.85º56.52%18.04%-
XYZ1.581.132.72-
YUV28.64137.79135.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.14%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 46 (18.36% from 255) = 43.81%
R=37.14%
G=19.05%
B=43.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3920460.150.5700.82283.8539.3912.94
Hex27142EF3905211c27d
Octal472456177101224344715
Binary100111101001011101111111001010100101000111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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