#27082B

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

Shades of Blackcurrant #27082B

Tints of Blackcurrant #27082B

Color information

#27082B (or 0x27082B) is unknown color: approx Blackcurrant. HEX triplet: 27, 08 and 2B. RGB value is (39,8,43). Sum of RGB (Red+Green+Blue) = 39+8+43=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #27082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27082B is #D8F7D4. Grayscale: #151515. Windows color (decimal): -14219221 or 2820135. OLE color: 2820135.

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

Color convert

RGB39843-
CMYK0.090.8100.83
HSL293.14º68.63%10%-
HSV(B)293.14º81.4%16.86%-
XYZ1.360.782.36-
YUV21.26140.27140.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 43.33%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 43 (17.19% from 255) = 47.78%
R=43.33%
G=8.89%
B=47.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal398430.090.8100.83293.1468.6310
Hex2782B95105312545a
Octal47105311121012344510512
Binary1001111000101011100110100010101001110010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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