#271034

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

Shades of Blackcurrant #271034

Tints of Blackcurrant #271034

Color information

#271034 (or 0x271034) is unknown color: approx Blackcurrant. HEX triplet: 27, 10 and 34. RGB value is (39,16,52). Sum of RGB (Red+Green+Blue) = 39+16+52=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #271034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271034 is #D8EFCB. Grayscale: #1A1A1A. Windows color (decimal): -14217164 or 3412007. OLE color: 3412007.

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

Color convert

RGB391652-
CMYK0.250.6900.80
HSL278.33º52.94%13.33%-
HSV(B)278.33º69.23%20.39%-
XYZ1.641.053.36-
YUV26.98142.12136.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 52 (20.70% from 255) = 48.60%
R=36.45%
G=14.95%
B=48.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3916520.250.6900.80278.3352.9413.33
Hex271034194505011635d
Octal4720643110501204266515
Binary10011110000110100110011000101010100001000101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271034; }

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

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

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

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

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

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

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

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