#270631

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

Shades of Blackcurrant #270631

Tints of Blackcurrant #270631

Color information

#270631 (or 0x270631) is unknown color: approx Blackcurrant. HEX triplet: 27, 06 and 31. RGB value is (39,6,49). Sum of RGB (Red+Green+Blue) = 39+6+49=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #270631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270631 is #D8F9CE. Grayscale: #141414. Windows color (decimal): -14219727 or 3212839. OLE color: 3212839.

HSL color Cylindrical-coordinate representation of color #270631: hue angle of 286.05º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #270631 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB39649-
CMYK0.200.8800.81
HSL286.05º78.18%10.78%-
HSV(B)286.05º87.76%19.22%-
XYZ1.460.782.98-
YUV20.77143.93141-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 49 (19.53% from 255) = 52.13%
R=41.49%
G=6.38%
B=52.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal396490.200.8800.81286.0578.1810.78
Hex27631145805111e4eb
Octal4766124130012143611613
Binary1001111101100011010010110000101000110001111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270631; }

 p { color: rgb(39,6,49); }

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

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

 a { background-color: rgb(39,6,49); }

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

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

 span { border-color: rgb(39,6,49); }

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