#270E35

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

Shades of Blackcurrant #270E35

Tints of Blackcurrant #270E35

Color information

#270E35 (or 0x270E35) is unknown color: approx Blackcurrant. HEX triplet: 27, 0E and 35. RGB value is (39,14,53). Sum of RGB (Red+Green+Blue) = 39+14+53=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #270E35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270E35 is #D8F1CA. Grayscale: #191919. Windows color (decimal): -14217675 or 3477031. OLE color: 3477031.

HSL color Cylindrical-coordinate representation of color #270E35: hue angle of 278.46º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #270E35 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB391453-
CMYK0.260.7400.79
HSL278.46º58.21%13.14%-
HSV(B)278.46º73.58%20.78%-
XYZ1.6413.48-
YUV25.92143.28137.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 14 (5.86% from 255) = 13.21%
BLUE value IS 53 (21.09% from 255) = 50%
R=36.79%
G=13.21%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3914530.260.7400.79278.4658.2113.14
Hex27E351A4A04F1163ad
Octal4716653211201174267215
Binary1001111110110101110101001010010011111000101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,14,53); }

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

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

 a { background-color: rgb(39,14,53); }

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

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

 span { border-color: rgb(39,14,53); }

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