#27082C

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

Shades of Blackcurrant #27082C

Tints of Blackcurrant #27082C

Color information

#27082C (or 0x27082C) is unknown color: approx Blackcurrant. HEX triplet: 27, 08 and 2C. RGB value is (39,8,44). Sum of RGB (Red+Green+Blue) = 39+8+44=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #27082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27082C is #D8F7D3. Grayscale: #151515. Windows color (decimal): -14219220 or 2885671. OLE color: 2885671.

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

Color convert

RGB39844-
CMYK0.110.8200.83
HSL291.67º69.23%10.2%-
HSV(B)291.67º81.82%17.25%-
XYZ1.380.792.46-
YUV21.37140.77140.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.86%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 44 (17.58% from 255) = 48.35%
R=42.86%
G=8.79%
B=48.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal398440.110.8200.83291.6769.2310.2
Hex2782CB5205312445a
Octal47105413122012344410512
Binary1001111000101100101110100100101001110010010010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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