#270F41

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

Shades of Blackcurrant #270F41

Tints of Blackcurrant #270F41

Color information

#270F41 (or 0x270F41) is unknown color: approx Blackcurrant. HEX triplet: 27, 0F and 41. RGB value is (39,15,65). Sum of RGB (Red+Green+Blue) = 39+15+65=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #270F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F41 is #D8F0BE. Grayscale: #1B1B1B. Windows color (decimal): -14217407 or 4263719. OLE color: 4263719.

HSL color Cylindrical-coordinate representation of color #270F41: hue angle of 268.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #270F41 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB391565-
CMYK0.400.7700.75
HSL268.8º62.5%15.69%-
HSV(B)268.8º76.92%25.49%-
XYZ1.961.155.12-
YUV27.88148.95135.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 15 (6.25% from 255) = 12.61%
BLUE value IS 65 (25.78% from 255) = 54.62%
R=32.77%
G=12.61%
B=54.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3915650.400.7700.75268.862.515.69
Hex27F41284D04B10d3e10
Octal47171015011501134157620
Binary1001111111100000110100010011010100101110000110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270F41; }

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

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

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

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

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

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

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

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