#27162C

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

Shades of Blackcurrant #27162C

Tints of Blackcurrant #27162C

Color information

#27162C (or 0x27162C) is unknown color: approx Blackcurrant. HEX triplet: 27, 16 and 2C. RGB value is (39,22,44). Sum of RGB (Red+Green+Blue) = 39+22+44=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 44 - color contains mainly: blue. Hex color #27162C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27162C is #D8E9D3. Grayscale: #1D1D1D. Windows color (decimal): -14215636 or 2889255. OLE color: 2889255.

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

Color convert

RGB392244-
CMYK0.110.500.83
HSL286.36º33.33%12.94%-
HSV(B)286.36º50%17.25%-
XYZ1.581.192.53-
YUV29.59136.13134.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.14%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 44 (17.58% from 255) = 41.90%
R=37.14%
G=20.95%
B=41.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3922440.110.500.83286.3633.3312.94
Hex27162CB3205311e21d
Octal472654136201234364115
Binary100111101101011001011110010010100111000111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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