#271434

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

Shades of Blackcurrant #271434

Tints of Blackcurrant #271434

Color information

#271434 (or 0x271434) is unknown color: approx Blackcurrant. HEX triplet: 27, 14 and 34. RGB value is (39,20,52). Sum of RGB (Red+Green+Blue) = 39+20+52=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #271434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271434 is #D8EBCB. Grayscale: #1D1D1D. Windows color (decimal): -14216140 or 3413031. OLE color: 3413031.

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

Color convert

RGB392052-
CMYK0.250.6200.80
HSL275.62º44.44%14.12%-
HSV(B)275.62º61.54%20.39%-
XYZ1.711.183.39-
YUV29.33140.79134.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.14%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 52 (20.70% from 255) = 46.85%
R=35.14%
G=18.02%
B=46.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3920520.250.6200.80275.6244.4414.12
Hex271434193E0501142ce
Octal472464317601204245416
Binary1001111010011010011001111110010100001000101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271434; }

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

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

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

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

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

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

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

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