#271934

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

Shades of Blackcurrant #271934

Tints of Blackcurrant #271934

Color information

#271934 (or 0x271934) is unknown color: approx Blackcurrant. HEX triplet: 27, 19 and 34. RGB value is (39,25,52). Sum of RGB (Red+Green+Blue) = 39+25+52=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #271934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271934 is #D8E6CB. Grayscale: #202020. Windows color (decimal): -14214860 or 3414311. OLE color: 3414311.

HSL color Cylindrical-coordinate representation of color #271934: hue angle of 271.11º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #271934 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB392552-
CMYK0.250.5200.80
HSL271.11º35.06%15.1%-
HSV(B)271.11º51.92%20.39%-
XYZ1.81.373.42-
YUV32.26139.14132.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 52 (20.70% from 255) = 44.83%
R=33.62%
G=21.55%
B=44.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3925520.250.5200.80271.1135.0615.1
Hex271934193405010f23f
Octal473164316401204174317
Binary1001111100111010011001110100010100001000011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271934; }

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

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

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

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

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

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

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

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