#27102C

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

Shades of Blackcurrant #27102C

Tints of Blackcurrant #27102C

Color information

#27102C (or 0x27102C) is unknown color: approx Blackcurrant. HEX triplet: 27, 10 and 2C. RGB value is (39,16,44). Sum of RGB (Red+Green+Blue) = 39+16+44=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 44 - color contains mainly: blue. Hex color #27102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27102C is #D8EFD3. Grayscale: #191919. Windows color (decimal): -14217172 or 2887719. OLE color: 2887719.

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

Color convert

RGB391644-
CMYK0.110.6400.83
HSL289.29º46.67%11.76%-
HSV(B)289.29º63.64%17.25%-
XYZ1.480.982.49-
YUV26.07138.12137.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 44 (17.58% from 255) = 44.44%
R=39.39%
G=16.16%
B=44.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3916440.110.6400.83289.2946.6711.76
Hex27102CB400531212fc
Octal4720541310001234415714
Binary1001111000010110010111000000010100111001000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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