#271935

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

Shades of Blackcurrant #271935

Tints of Blackcurrant #271935

Color information

#271935 (or 0x271935) is unknown color: approx Blackcurrant. HEX triplet: 27, 19 and 35. RGB value is (39,25,53). Sum of RGB (Red+Green+Blue) = 39+25+53=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 53 - color contains mainly: blue. Hex color #271935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271935 is #D8E6CA. Grayscale: #202020. Windows color (decimal): -14214859 or 3479847. OLE color: 3479847.

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

Color convert

RGB392553-
CMYK0.260.5300.79
HSL270º35.9%15.29%-
HSV(B)270º52.83%20.78%-
XYZ1.831.383.54-
YUV32.38139.64132.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.33%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 53 (21.09% from 255) = 45.30%
R=33.33%
G=21.37%
B=45.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3925530.260.5300.7927035.915.29
Hex2719351A3504F10e24f
Octal473165326501174164417
Binary1001111100111010111010110101010011111000011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271935; }

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

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

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

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

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

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

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

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