#27142F

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

Shades of Blackcurrant #27142F

Tints of Blackcurrant #27142F

Color information

#27142F (or 0x27142F) is unknown color: approx Blackcurrant. HEX triplet: 27, 14 and 2F. RGB value is (39,20,47). Sum of RGB (Red+Green+Blue) = 39+20+47=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 47 - color contains mainly: blue. Hex color #27142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27142F is #D8EBD0. Grayscale: #1C1C1C. Windows color (decimal): -14216145 or 3085351. OLE color: 3085351.

HSL color Cylindrical-coordinate representation of color #27142F: hue angle of 282.22º degrees, saturation: 0.4, 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 #27142F is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB392047-
CMYK0.170.5700.82
HSL282.22º40.3%13.14%-
HSV(B)282.22º57.45%18.43%-
XYZ1.61.142.82-
YUV28.76138.29135.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 47 (18.75% from 255) = 44.34%
R=36.79%
G=18.87%
B=44.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3920470.170.5700.82282.2240.313.14
Hex27142F113905211a28d
Octal472457217101224325015
Binary1001111010010111110001111001010100101000110101010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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