#270140

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

Shades of Blackcurrant #270140

Tints of Blackcurrant #270140

Color information

#270140 (or 0x270140) is unknown color: approx Blackcurrant. HEX triplet: 27, 01 and 40. RGB value is (39,1,64). Sum of RGB (Red+Green+Blue) = 39+1+64=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #270140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270140 is #D8FEBF. Grayscale: #131313. Windows color (decimal): -14220992 or 4194599. OLE color: 4194599.

HSL color Cylindrical-coordinate representation of color #270140: hue angle of 276.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270140 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB39164-
CMYK0.390.9800.75
HSL276.19º96.92%12.75%-
HSV(B)276.19º98.44%25.1%-
XYZ1.770.824.92-
YUV19.54153.09141.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.5%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 64 (25.39% from 255) = 61.54%
R=37.5%
G=0.96%
B=61.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal391640.390.9800.75276.1996.9212.75
Hex27140276204B11461d
Octal47110047142011342414115
Binary1001111100000010011111000100100101110001010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270140; }

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

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

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

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

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

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

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

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