#271932

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

Shades of Blackcurrant #271932

Tints of Blackcurrant #271932

Color information

#271932 (or 0x271932) is unknown color: approx Blackcurrant. HEX triplet: 27, 19 and 32. RGB value is (39,25,50). Sum of RGB (Red+Green+Blue) = 39+25+50=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #271932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271932 is #D8E6CD. Grayscale: #1F1F1F. Windows color (decimal): -14214862 or 3283239. OLE color: 3283239.

HSL color Cylindrical-coordinate representation of color #271932: hue angle of 273.6º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #271932 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB392550-
CMYK0.220.5000.80
HSL273.6º33.33%14.71%-
HSV(B)273.6º50%19.61%-
XYZ1.761.363.19-
YUV32.04138.14132.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 50 (19.92% from 255) = 43.86%
R=34.21%
G=21.93%
B=43.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3925500.220.5000.80273.633.3314.71
Hex271932163205011221f
Octal473162266201204224117
Binary1001111100111001010110110010010100001000100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271932; }

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

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

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

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

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

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

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

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