#27143C

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

Shades of Blackcurrant #27143C

Tints of Blackcurrant #27143C

Color information

#27143C (or 0x27143C) is unknown color: approx Blackcurrant. HEX triplet: 27, 14 and 3C. RGB value is (39,20,60). Sum of RGB (Red+Green+Blue) = 39+20+60=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #27143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27143C is #D8EBC3. Grayscale: #1E1E1E. Windows color (decimal): -14216132 or 3937319. OLE color: 3937319.

HSL color Cylindrical-coordinate representation of color #27143C: hue angle of 268.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27143C is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB392060-
CMYK0.350.6700.76
HSL268.5º50%15.69%-
HSV(B)268.5º66.67%23.53%-
XYZ1.91.264.42-
YUV30.24144.79134.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 60 (23.83% from 255) = 50.42%
R=32.77%
G=16.81%
B=50.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3920600.350.6700.76268.55015.69
Hex27143C234304C10c3210
Octal4724744310301144146220
Binary1001111010011110010001110000110100110010000110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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