#27014A

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

Shades of Blackcurrant #27014A

Tints of Blackcurrant #27014A

Color information

#27014A (or 0x27014A) is unknown color: approx Blackcurrant. HEX triplet: 27, 01 and 4A. RGB value is (39,1,74). Sum of RGB (Red+Green+Blue) = 39+1+74=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #27014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27014A is #D8FEB5. Grayscale: #141414. Windows color (decimal): -14220982 or 4849959. OLE color: 4849959.

HSL color Cylindrical-coordinate representation of color #27014A: hue angle of 271.23º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27014A is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB39174-
CMYK0.470.9900.71
HSL271.23º97.33%14.71%-
HSV(B)271.23º98.65%29.02%-
XYZ2.080.956.55-
YUV20.68158.09141.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 74 (29.30% from 255) = 64.91%
R=34.21%
G=0.88%
B=64.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal391740.470.9900.71271.2397.3314.71
Hex2714A2F6304710f61f
Octal47111257143010741714117
Binary1001111100101010111111000110100011110000111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,1,74); }

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

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

 a { background-color: rgb(39,1,74); }

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

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

 span { border-color: rgb(39,1,74); }

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