#270741

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

Shades of Blackcurrant #270741

Tints of Blackcurrant #270741

Color information

#270741 (or 0x270741) is unknown color: approx Blackcurrant. HEX triplet: 27, 07 and 41. RGB value is (39,7,65). Sum of RGB (Red+Green+Blue) = 39+7+65=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #270741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270741 is #D8F8BE. Grayscale: #161616. Windows color (decimal): -14219455 or 4261671. OLE color: 4261671.

HSL color Cylindrical-coordinate representation of color #270741: hue angle of 273.1º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270741 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB39765-
CMYK0.400.8900.75
HSL273.1º80.56%14.12%-
HSV(B)273.1º89.23%25.49%-
XYZ1.870.965.09-
YUV23.18151.6139.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.14%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 65 (25.78% from 255) = 58.56%
R=35.14%
G=6.31%
B=58.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal397650.400.8900.75273.180.5614.12
Hex27741285904B11151e
Octal47710150131011342112116
Binary100111111100000110100010110010100101110001000110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270741; }

 p { color: rgb(39,7,65); }

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

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

 a { background-color: rgb(39,7,65); }

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

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

 span { border-color: rgb(39,7,65); }

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