#27022B

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

Shades of Blackcurrant #27022B

Tints of Blackcurrant #27022B

Color information

#27022B (or 0x27022B) is unknown color: approx Blackcurrant. HEX triplet: 27, 02 and 2B. RGB value is (39,2,43). Sum of RGB (Red+Green+Blue) = 39+2+43=84 (11% of max value = 765). Red value is 39 (15.62% from 255 or 46.43% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #27022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27022B is #D8FDD4. Grayscale: #111111. Windows color (decimal): -14220757 or 2818599. OLE color: 2818599.

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

Color convert

RGB39243-
CMYK0.090.9500.83
HSL294.15º91.11%8.82%-
HSV(B)294.15º95.35%16.86%-
XYZ1.290.652.34-
YUV17.74142.26143.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.43%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 43 (17.19% from 255) = 51.19%
R=46.43%
G=2.38%
B=51.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal392430.090.9500.83294.1591.118.82
Hex2722B95F0531265b9
Octal4725311137012344613311
Binary10011110101011100110111110101001110010011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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