#27082E

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

Shades of Blackcurrant #27082E

Tints of Blackcurrant #27082E

Color information

#27082E (or 0x27082E) is unknown color: approx Blackcurrant. HEX triplet: 27, 08 and 2E. RGB value is (39,8,46). Sum of RGB (Red+Green+Blue) = 39+8+46=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #27082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27082E is #D8F7D1. Grayscale: #151515. Windows color (decimal): -14219218 or 3016743. OLE color: 3016743.

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

Color convert

RGB39846-
CMYK0.150.8300.82
HSL288.95º70.37%10.59%-
HSV(B)288.95º82.61%18.04%-
XYZ1.420.82.66-
YUV21.6141.77140.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.94%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 46 (18.36% from 255) = 49.46%
R=41.94%
G=8.60%
B=49.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal398460.150.8300.82288.9570.3710.59
Hex2782EF5305212146b
Octal47105617123012244110613
Binary1001111000101110111110100110101001010010000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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