#270F2C

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

Shades of Blackcurrant #270F2C

Tints of Blackcurrant #270F2C

Color information

#270F2C (or 0x270F2C) is unknown color: approx Blackcurrant. HEX triplet: 27, 0F and 2C. RGB value is (39,15,44). Sum of RGB (Red+Green+Blue) = 39+15+44=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #270F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F2C is #D8F0D3. Grayscale: #191919. Windows color (decimal): -14217428 or 2887463. OLE color: 2887463.

HSL color Cylindrical-coordinate representation of color #270F2C: hue angle of 289.66º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #270F2C is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB391544-
CMYK0.110.6600.83
HSL289.66º49.15%11.57%-
HSV(B)289.66º65.91%17.25%-
XYZ1.460.952.49-
YUV25.48138.45137.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.80%
GREEN value IS 15 (6.25% from 255) = 15.31%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=39.80%
G=15.31%
B=44.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3915440.110.6600.83289.6649.1511.57
Hex27F2CB4205312231c
Octal4717541310201234426114
Binary100111111110110010111000010010100111001000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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