#27132C

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

Shades of Blackcurrant #27132C

Tints of Blackcurrant #27132C

Color information

#27132C (or 0x27132C) is unknown color: approx Blackcurrant. HEX triplet: 27, 13 and 2C. RGB value is (39,19,44). Sum of RGB (Red+Green+Blue) = 39+19+44=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 44 - color contains mainly: blue. Hex color #27132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27132C is #D8ECD3. Grayscale: #1B1B1B. Windows color (decimal): -14216404 or 2888487. OLE color: 2888487.

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

Color convert

RGB391944-
CMYK0.110.5700.83
HSL288º39.68%12.35%-
HSV(B)288º56.82%17.25%-
XYZ1.521.082.51-
YUV27.83137.13135.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.24%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 44 (17.58% from 255) = 43.14%
R=38.24%
G=18.63%
B=43.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3919440.110.5700.8328839.6812.35
Hex27132CB3905312028c
Octal472354137101234405014
Binary100111100111011001011111001010100111001000001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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