#270537

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

Shades of Blackcurrant #270537

Tints of Blackcurrant #270537

Color information

#270537 (or 0x270537) is unknown color: approx Blackcurrant. HEX triplet: 27, 05 and 37. RGB value is (39,5,55). Sum of RGB (Red+Green+Blue) = 39+5+55=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #270537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270537 is #D8FAC8. Grayscale: #141414. Windows color (decimal): -14219977 or 3605799. OLE color: 3605799.

HSL color Cylindrical-coordinate representation of color #270537: hue angle of 280.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270537 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB39555-
CMYK0.290.9100.78
HSL280.8º83.33%11.76%-
HSV(B)280.8º90.91%21.57%-
XYZ1.580.823.69-
YUV20.87147.26140.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 55 (21.88% from 255) = 55.56%
R=39.39%
G=5.05%
B=55.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal395550.290.9100.78280.883.3311.76
Hex275371D5B04E11953c
Octal4756735133011643112314
Binary1001111011101111110110110110100111010001100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270537; }

 p { color: rgb(39,5,55); }

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

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

 a { background-color: rgb(39,5,55); }

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

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

 span { border-color: rgb(39,5,55); }

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