#270139

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

Shades of Blackcurrant #270139

Tints of Blackcurrant #270139

Color information

#270139 (or 0x270139) is unknown color: approx Blackcurrant. HEX triplet: 27, 01 and 39. RGB value is (39,1,57). Sum of RGB (Red+Green+Blue) = 39+1+57=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 57 (22.66% from 255 or 58.76% from 97); Max value from RGB is 57 - color contains mainly: blue. Hex color #270139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270139 is #D8FEC6. Grayscale: #121212. Windows color (decimal): -14220999 or 3735847. OLE color: 3735847.

HSL color Cylindrical-coordinate representation of color #270139: hue angle of 280.71º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270139 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB39157-
CMYK0.320.9800.78
HSL280.71º96.55%11.37%-
HSV(B)280.71º98.25%22.35%-
XYZ1.590.753.93-
YUV18.75149.59142.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.21%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 57 (22.66% from 255) = 58.76%
R=40.21%
G=1.03%
B=58.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal391570.320.9800.78280.7196.5511.37
Hex27139206204E11961b
Octal4717140142011643114113
Binary100111111100110000011000100100111010001100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270139; }

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

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

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

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

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

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

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

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