#27112D

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

Shades of Blackcurrant #27112D

Tints of Blackcurrant #27112D

Color information

#27112D (or 0x27112D) is unknown color: approx Blackcurrant. HEX triplet: 27, 11 and 2D. RGB value is (39,17,45). Sum of RGB (Red+Green+Blue) = 39+17+45=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #27112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27112D is #D8EED2. Grayscale: #1A1A1A. Windows color (decimal): -14216915 or 2953511. OLE color: 2953511.

HSL color Cylindrical-coordinate representation of color #27112D: hue angle of 287.14º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #27112D is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB391745-
CMYK0.130.6200.82
HSL287.14º45.16%12.16%-
HSV(B)287.14º62.22%17.65%-
XYZ1.511.022.6-
YUV26.77138.29136.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.61%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 45 (17.97% from 255) = 44.55%
R=38.61%
G=16.83%
B=44.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3917450.130.6200.82287.1445.1612.16
Hex27112DD3E05211f2dc
Octal472155157601224375514
Binary100111100011011011101111110010100101000111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27112D; }

 p { color: rgb(39,17,45); }

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

<style>
 a { background-color: #27112D; }

 a { background-color: rgb(39,17,45); }

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

<style>
 span { border-color: #27112D; }

 span { border-color: rgb(39,17,45); }

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