#270F40

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

Shades of Blackcurrant #270F40

Tints of Blackcurrant #270F40

Color information

#270F40 (or 0x270F40) is unknown color: approx Blackcurrant. HEX triplet: 27, 0F and 40. RGB value is (39,15,64). Sum of RGB (Red+Green+Blue) = 39+15+64=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #270F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F40 is #D8F0BF. Grayscale: #1B1B1B. Windows color (decimal): -14217408 or 4198183. OLE color: 4198183.

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

Color convert

RGB391564-
CMYK0.390.7700.75
HSL269.39º62.03%15.49%-
HSV(B)269.39º76.56%25.1%-
XYZ1.931.144.97-
YUV27.76148.45136.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 15 (6.25% from 255) = 12.71%
BLUE value IS 64 (25.39% from 255) = 54.24%
R=33.05%
G=12.71%
B=54.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3915640.390.7700.75269.3962.0315.49
Hex27F40274D04B10d3ef
Octal47171004711501134157617
Binary100111111110000001001111001101010010111000011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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