#270047

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

Shades of Blackcurrant #270047

Tints of Blackcurrant #270047

Color information

#270047 (or 0x270047) is unknown color: approx Blackcurrant. HEX triplet: 27, 00 and 47. RGB value is (39,0,71). Sum of RGB (Red+Green+Blue) = 39+0+71=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #270047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270047 is #D8FFB8. Grayscale: #131313. Windows color (decimal): -14221241 or 4653095. OLE color: 4653095.

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

Color convert

RGB39071-
CMYK0.45100.72
HSL272.96º100%13.92%-
HSV(B)272.96º100%27.84%-
XYZ1.970.896.03-
YUV19.76156.92141.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 64.55%
R=35.45%
G=0%
B=64.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal390710.45100.72272.9610013.92
Hex270472D6404811164e
Octal47010755144011042114416
Binary1001110100011110110111001000100100010001000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270047; }

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

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

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

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

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

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

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

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