#27162D

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

Shades of Blackcurrant #27162D

Tints of Blackcurrant #27162D

Color information

#27162D (or 0x27162D) is unknown color: approx Blackcurrant. HEX triplet: 27, 16 and 2D. RGB value is (39,22,45). Sum of RGB (Red+Green+Blue) = 39+22+45=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 45 - color contains mainly: blue. Hex color #27162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27162D is #D8E9D2. Grayscale: #1D1D1D. Windows color (decimal): -14215635 or 2954791. OLE color: 2954791.

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

Color convert

RGB392245-
CMYK0.130.5100.82
HSL284.35º34.33%13.14%-
HSV(B)284.35º51.11%17.65%-
XYZ1.61.192.63-
YUV29.7136.63134.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 22 (8.98% from 255) = 20.75%
BLUE value IS 45 (17.97% from 255) = 42.45%
R=36.79%
G=20.75%
B=42.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3922450.130.5100.82284.3534.3313.14
Hex27162DD3305211c22d
Octal472655156301224344215
Binary100111101101011011101110011010100101000111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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