#27072E

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

Shades of Blackcurrant #27072E

Tints of Blackcurrant #27072E

Color information

#27072E (or 0x27072E) is unknown color: approx Blackcurrant. HEX triplet: 27, 07 and 2E. RGB value is (39,7,46). Sum of RGB (Red+Green+Blue) = 39+7+46=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #27072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27072E is #D8F8D1. Grayscale: #141414. Windows color (decimal): -14219474 or 3016487. OLE color: 3016487.

HSL color Cylindrical-coordinate representation of color #27072E: hue angle of 289.23º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27072E is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB39746-
CMYK0.150.8500.82
HSL289.23º73.58%10.39%-
HSV(B)289.23º84.78%18.04%-
XYZ1.410.782.66-
YUV21.01142.1140.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 46 (18.36% from 255) = 50%
R=42.39%
G=7.61%
B=50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal397460.150.8500.82289.2373.5810.39
Hex2772EF550521214aa
Octal4775617125012244111212
Binary100111111101110111110101010101001010010000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27072E; }

 p { color: rgb(39,7,46); }

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

<style>
 a { background-color: #27072E; }

 a { background-color: rgb(39,7,46); }

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

<style>
 span { border-color: #27072E; }

 span { border-color: rgb(39,7,46); }

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