#270347

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

Shades of Blackcurrant #270347

Tints of Blackcurrant #270347

Color information

#270347 (or 0x270347) is unknown color: approx Blackcurrant. HEX triplet: 27, 03 and 47. RGB value is (39,3,71). Sum of RGB (Red+Green+Blue) = 39+3+71=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 71 (28.12% from 255 or 62.83% from 113); Max value from RGB is 71 - color contains mainly: blue. Hex color #270347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270347 is #D8FCB8. Grayscale: #151515. Windows color (decimal): -14220473 or 4653863. OLE color: 4653863.

HSL color Cylindrical-coordinate representation of color #270347: hue angle of 271.76º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270347 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB39371-
CMYK0.450.9600.72
HSL271.76º91.89%14.51%-
HSV(B)271.76º95.77%27.84%-
XYZ2.010.956.04-
YUV21.52155.93140.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 71 (28.12% from 255) = 62.83%
R=34.51%
G=2.65%
B=62.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal393710.450.9600.72271.7691.8914.51
Hex273472D600481105cf
Octal47310755140011042013417
Binary10011111100011110110111000000100100010001000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270347; }

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

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

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

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

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

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

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

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