#27023A

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

Shades of Blackcurrant #27023A

Tints of Blackcurrant #27023A

Color information

#27023A (or 0x27023A) is unknown color: approx Blackcurrant. HEX triplet: 27, 02 and 3A. RGB value is (39,2,58). Sum of RGB (Red+Green+Blue) = 39+2+58=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #27023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27023A is #D8FDC5. Grayscale: #131313. Windows color (decimal): -14220742 or 3801639. OLE color: 3801639.

HSL color Cylindrical-coordinate representation of color #27023A: hue angle of 279.64º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27023A is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB39258-
CMYK0.330.9700.77
HSL279.64º93.33%11.76%-
HSV(B)279.64º96.55%22.75%-
XYZ1.620.784.07-
YUV19.45149.76141.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 58 (23.05% from 255) = 58.59%
R=39.39%
G=2.02%
B=58.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal392580.330.9700.77279.6493.3311.76
Hex2723A216104D1185dc
Octal4727241141011543013514
Binary1001111011101010000111000010100110110001100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27023A; }

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

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

<style>
 a { background-color: #27023A; }

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

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

<style>
 span { border-color: #27023A; }

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

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