#27034D

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

Shades of Blackcurrant #27034D

Tints of Blackcurrant #27034D

Color information

#27034D (or 0x27034D) is unknown color: approx Blackcurrant. HEX triplet: 27, 03 and 4D. RGB value is (39,3,77). Sum of RGB (Red+Green+Blue) = 39+3+77=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #27034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27034D is #D8FCB2. Grayscale: #151515. Windows color (decimal): -14220467 or 5047079. OLE color: 5047079.

HSL color Cylindrical-coordinate representation of color #27034D: hue angle of 269.19º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #27034D is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB39377-
CMYK0.490.9600.70
HSL269.19º92.5%15.69%-
HSV(B)269.19º96.1%30.2%-
XYZ2.211.037.1-
YUV22.2158.93139.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 3 (1.56% from 255) = 2.52%
BLUE value IS 77 (30.47% from 255) = 64.71%
R=32.77%
G=2.52%
B=64.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal393770.490.9600.70269.1992.515.69
Hex2734D316004610d5c10
Octal47311561140010641513420
Binary100111111001101110001110000001000110100001101101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27034D; }

 p { color: rgb(39,3,77); }

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

<style>
 a { background-color: #27034D; }

 a { background-color: rgb(39,3,77); }

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

<style>
 span { border-color: #27034D; }

 span { border-color: rgb(39,3,77); }

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