#27064F

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

Shades of Blackcurrant #27064F

Tints of Blackcurrant #27064F

Color information

#27064F (or 0x27064F) is unknown color: approx Blackcurrant. HEX triplet: 27, 06 and 4F. RGB value is (39,6,79). Sum of RGB (Red+Green+Blue) = 39+6+79=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #27064F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27064F is #D8F9B0. Grayscale: #171717. Windows color (decimal): -14219697 or 5178919. OLE color: 5178919.

HSL color Cylindrical-coordinate representation of color #27064F: hue angle of 267.12º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27064F is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB39679-
CMYK0.510.9200.69
HSL267.12º85.88%16.67%-
HSV(B)267.12º92.41%30.98%-
XYZ2.311.137.49-
YUV24.19158.93138.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.45%
GREEN value IS 6 (2.73% from 255) = 4.84%
BLUE value IS 79 (31.25% from 255) = 63.71%
R=31.45%
G=4.84%
B=63.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal396790.510.9200.69267.1285.8816.67
Hex2764F335C04510b5611
Octal47611763134010541312621
Binary1001111101001111110011101110001000101100001011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27064F; }

 p { color: rgb(39,6,79); }

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

<style>
 a { background-color: #27064F; }

 a { background-color: rgb(39,6,79); }

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

<style>
 span { border-color: #27064F; }

 span { border-color: rgb(39,6,79); }

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