#270831

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

Shades of Blackcurrant #270831

Tints of Blackcurrant #270831

Color information

#270831 (or 0x270831) is unknown color: approx Blackcurrant. HEX triplet: 27, 08 and 31. RGB value is (39,8,49). Sum of RGB (Red+Green+Blue) = 39+8+49=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #270831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270831 is #D8F7CE. Grayscale: #151515. Windows color (decimal): -14219215 or 3213351. OLE color: 3213351.

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

Color convert

RGB39849-
CMYK0.200.8400.81
HSL285.37º71.93%11.18%-
HSV(B)285.37º83.67%19.22%-
XYZ1.480.832.99-
YUV21.94143.27140.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 49 (19.53% from 255) = 51.04%
R=40.62%
G=8.33%
B=51.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal398490.200.8400.81285.3771.9311.18
Hex27831145405111d48b
Octal47106124124012143511013
Binary10011110001100011010010101000101000110001110110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270831; }

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

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

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

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

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

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

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

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